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 d9a37fd commit 028f329Copy full SHA for 028f329
package.json
@@ -38,7 +38,7 @@
38
"lint": "eslint .",
39
"serve": "http-server . -a 127.0.0.1 -p $PORT -s",
40
"mocha": "mocha-chrome http://127.0.0.1:$PORT/test",
41
- "unit": "PORT=$(get-port) concurrently -k 'npm run serve' 'npm run mocha'",
+ "unit": "PORT=$(get-port) concurrently -k -s first 'npm run serve' 'npm run mocha'",
42
"test": "npm run lint && npm run unit",
43
"build": "cd js && uglifyjs canvas-to-blob.js -c -m -o canvas-to-blob.min.js --source-map url=canvas-to-blob.min.js.map",
44
"preversion": "npm test",
0 commit comments