Skip to content

Commit 2c7bcb7

Browse files
authored
revert prepack script
1 parent 5b07ed6 commit 2c7bcb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"lint": "eslint . --ignore-path .gitignore",
2525
"lint:fix": "eslint . --ignore-path .gitignore --fix",
2626
"prepare": "husky install",
27-
"pre-commit": "lint-staged",
28-
"prepack": "yarn build"
27+
"pre-commit": "lint-staged"
2928
},
3029
"repository": {
3130
"type": "git",

0 commit comments

Comments
 (0)