forked from tykayn/funky-framadate-front
🐛 run test in single run mode on CI
This commit is contained in:
parent
91b1d64f0a
commit
a088daf4a3
@ -10,7 +10,7 @@
|
||||
"package": "cat dist/framadate/*.js > dist/framadate/framadate-scripts-bundled.js && ls -l dist/framadate",
|
||||
"build:demo": "ng build --crossOrigin=anonymous --extractCss=true --progress=true --output-hashing=none --prod && npm run package",
|
||||
"build:demobliss": "ng build --crossOrigin=anonymous --extractCss=true --baseHref=https://framadate-api.cipherbliss.com --progress=true --output-hashing=none --prod && npm run package",
|
||||
"test": "ng test",
|
||||
"test": "ng test --code-coverage --single-run",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e",
|
||||
"trans": "ng xi18n --output-path=src/locale --i18n-locale=fr"
|
||||
|
Loading…
Reference in New Issue
Block a user