We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ff9d7 commit 0a5bbb8Copy full SHA for 0a5bbb8
package.json
@@ -22,6 +22,7 @@
22
"test": "npm run pre-test && ava --timeout=300s --verbose",
23
"stresstest": "seq 1 10 | xargs -I{} npm test",
24
"prepublishOnly": "npm test",
25
+ "prepare": "npm run build",
26
"pre-test": "npm run clean && npm run format-check && npm run build:server",
27
"watch": "tsc -w",
28
"watch:test": "ava -w"
0 commit comments