Skip to content

Commit eb9a244

Browse files
committed
🐛 fix: switch prepublish package script to prepare
1 parent cbb4cf5 commit eb9a244

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
@@ -26,7 +26,7 @@
2626
"scripts": {
2727
"lint": "eslint --fix ./src/**/*.ts ./tests/**/*.ts",
2828
"test": "cross-env TS_NODE_FILES=true mocha --require ts-node/register 'tests/**/*.ts'",
29-
"prepublish": "tsc"
29+
"prepare": "tsc"
3030
},
3131
"dependencies": {
3232
"lodash": "^4.17.19",

0 commit comments

Comments
 (0)