Skip to content

Commit 11fd5a5

Browse files
committed
undo package change
1 parent 51cd876 commit 11fd5a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
"scripts": {
2929
"build": "rm -rf ./dist && tsc --project tsconfig.build.json",
3030
"lint": "eslint --max-warnings 0 . && pnpm prettier -c .",
31-
"prepare": "pnpm build",
32-
"test": "jest"
31+
"prepublishOnly": "pnpm build",
32+
"test": "jest",
33+
"prepare": "husky install"
3334
},
3435
"lint-staged": {
3536
"./src/**/*.ts": [

0 commit comments

Comments
 (0)