Skip to content

Commit

Permalink
add prepare to be able to use from github directly
Browse files Browse the repository at this point in the history
add prepare to be able to use from github directly
  • Loading branch information
Gabswim committed Nov 27, 2023
1 parent 6e504ca commit 2b0bc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"test": "vitest --passWithNoTests",
"test:ci": "pnpm run test:coverage --run",
"test:coverage": "pnpm run test --coverage",
"prepare": "is-ci || husky install",
"prepare": "is-ci || husky install && run-p build",
"prerelease": "run-p build test:ci",
"release": "changeset publish"
},
Expand Down

0 comments on commit 2b0bc9e

Please sign in to comment.