We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f1477 commit 107df69Copy full SHA for 107df69
.husky/pre-commit
@@ -0,0 +1,2 @@
1
+pnpm install
2
+npx turbo build -F @validators-dao/sol-swap
package.json
@@ -7,7 +7,8 @@
7
"ci:version": "changeset version",
8
"ci:publish": "changeset publish",
9
"test": "echo \"Error: no test specified\" && exit 1",
10
- "build": "turbo build"
+ "build": "turbo build",
11
+ "prepare": "husky"
12
},
13
"keywords": [],
14
"author": "",
0 commit comments