Skip to content

Commit 9da5c53

Browse files
committed
Add prepublish script
1 parent ecc5694 commit 9da5c53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"typescript": "^4.6.3"
3434
},
3535
"scripts": {
36+
"prepublish": "npm run compile",
3637
"compile": "./node_modules/.bin/tsc -p .",
3738
"watch:compile": "./node_modules/.bin/tsc --watch -p .",
3839
"e2e": "./node_modules/.bin/mocha e2e/tests/**/test.js --timeout 5000",

0 commit comments

Comments
 (0)