Skip to content

Commit 0a5bbb8

Browse files
committed
add prepare script
1 parent e7ff9d7 commit 0a5bbb8

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
@@ -22,6 +22,7 @@
2222
"test": "npm run pre-test && ava --timeout=300s --verbose",
2323
"stresstest": "seq 1 10 | xargs -I{} npm test",
2424
"prepublishOnly": "npm test",
25+
"prepare": "npm run build",
2526
"pre-test": "npm run clean && npm run format-check && npm run build:server",
2627
"watch": "tsc -w",
2728
"watch:test": "ava -w"

0 commit comments

Comments
 (0)