Add pretest command.

pull/69/head
jaywcjlove 6 years ago
parent 89b7105e27
commit 3ebacef3c5

@ -9,6 +9,7 @@
"deploy": "npm run doc:build && gh-pages -d doc",
"build": "npm run doc:build && node scripts/build.js",
"watch": "node scripts/watch.js",
"pretest": "npm run build",
"test": "jest --coverage",
"test:watch": "jest --watch",
"doc": "npm run doc:dev",

Loading…
Cancel
Save