Skip to content

Commit

Permalink
add huskey
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Oct 7, 2024
1 parent 87f1477 commit 107df69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pnpm install
npx turbo build -F @validators-dao/sol-swap
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"ci:version": "changeset version",
"ci:publish": "changeset publish",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "turbo build"
"build": "turbo build",
"prepare": "husky"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 107df69

Please sign in to comment.