|
@@ -16,7 +16,7 @@
|
|
|
"fix": "eslint . --fix",
|
|
|
"start": "npm run build && npm run web",
|
|
|
"test:phantom": "zuul test/spec/upload.js --phantom",
|
|
|
- "test": "bin/test",
|
|
|
+ "test": "npm run lint && npm run test:unit",
|
|
|
"test:unit": "node test/index.js",
|
|
|
"fast:css": "nodemon --watch src -e scss -x 'npm run build:css'",
|
|
|
"watch:fast": "parallelshell 'npm run web:fast' 'npm run fast:css'",
|