Merge "npm run test is now a single-run"
This commit is contained in:
commit
409943e65b
@ -22,7 +22,7 @@
|
||||
"prestart": "npm install",
|
||||
"start": "http-server ./refstack-ui/app -a 0.0.0.0 -p 8080",
|
||||
"pretest": "npm install",
|
||||
"test": "karma start ./refstack-ui/tests/karma.conf.js",
|
||||
"test": "karma start ./refstack-ui/tests/karma.conf.js --single-run",
|
||||
"test-single-run": "karma start ./refstack-ui/tests/karma.conf.js --single-run",
|
||||
"lint": "eslint -c ./.eslintrc --no-color ./refstack-ui"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user