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 cc614c8 commit 1e27de6Copy full SHA for 1e27de6
package.json
@@ -21,6 +21,7 @@
21
"tdd": "concurrently -r -p '' -k 'npm run watch' 'npm run watch:test'",
22
"test": "npm run pre-test && ava --timeout=300s --verbose",
23
"stresstest": "seq 1 10 | xargs -I{} npm test",
24
+ "prepare": "npm run clean && npm run build:server",
25
"prepublishOnly": "npm test",
26
"pre-test": "npm run clean && npm run format-check && npm run build:server",
27
"watch": "tsc -w",
0 commit comments