Skip to content

Commit f66d36a

Browse files
committed
chore(package.json): remove prepare script from package.json
1 parent 84fdf3e commit f66d36a

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
@@ -31,8 +31,7 @@
3131
],
3232
"private": false,
3333
"scripts": {
34-
"build": "rimraf ./dist && npx tsc",
35-
"prepare": "npm run build"
34+
"build": "rimraf ./dist && npx tsc"
3635
},
3736
"peerDependencies": {
3837
"react": "^18.0.11",

0 commit comments

Comments
 (0)