Modify test command.

pull/23/head
jaywcjlove 7 years ago
parent 5c15395fc5
commit 4388788407

@ -10,7 +10,7 @@
"build": "node scripts/build.js",
"watch": "node scripts/watch.js",
"pretest": "npm run build",
"test": "jest --coverage",
"test": "npm run lint && jest --coverage",
"test:watch": "jest --watch",
"doc:dev": "NODE_ENV=development parcel website/index.html --out-dir build/ --no-cache",
"doc:build": "NODE_ENV=production parcel build website/index.html --out-dir build/ --public-url ./ --no-cache"

Loading…
Cancel
Save