Skip to content

Commit d149705

Browse files
committed
fix: add oackage.json at root
1 parent 3a8e3c1 commit d149705

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.github/workflows/clarity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: UI Checks
1+
name: Clarity Checks
22
on:
33
push:
44
branches: [ "main" ]

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"private": true,
3+
"description": "Smart Wallet Clarity contracts and UI",
4+
"scripts": {
5+
"prepare": "echo \"installed!\""
6+
}
7+
}

pnpm-lock.yaml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)