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
  • Loading branch information
Gabswim committed Nov 27, 2023
1 parent 6e504ca commit 770b6ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"dist"
],
"scripts": {
"postinstall": "is-ci || husky install",
"build": "run-p build:*",
"build:tsup": "tsup --dts --minify",
"changeset": "changeset",
Expand All @@ -32,7 +33,7 @@
"test": "vitest --passWithNoTests",
"test:ci": "pnpm run test:coverage --run",
"test:coverage": "pnpm run test --coverage",
"prepare": "is-ci || husky install",
"prepare": "pnpm run-p build test:ci",
"prerelease": "run-p build test:ci",
"release": "changeset publish"
},
Expand Down

0 comments on commit 770b6ed

Please sign in to comment.