Skip to content

Commit 769366a

Browse files
committed
Update npm scripts
1 parent f2db643 commit 769366a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"scripts": {
2222
"build": "rm -rf ./lib && tsc",
23-
"prepublish": "yarn build",
23+
"prepare": "yarn build",
2424
"test": "jest ./src"
2525
},
2626
"husky": {

0 commit comments

Comments
 (0)