Skip to content

Commit 107df69

Browse files
committed
add huskey
1 parent 87f1477 commit 107df69

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.husky/pre-commit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pnpm install
2+
npx turbo build -F @validators-dao/sol-swap

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"ci:version": "changeset version",
88
"ci:publish": "changeset publish",
99
"test": "echo \"Error: no test specified\" && exit 1",
10-
"build": "turbo build"
10+
"build": "turbo build",
11+
"prepare": "husky"
1112
},
1213
"keywords": [],
1314
"author": "",

0 commit comments

Comments
 (0)