🐛 run test in single run mode on CI

This commit is contained in:
Baptiste Lemoine 2020-02-05 15:44:01 +01:00
parent 91b1d64f0a
commit a088daf4a3
1 changed files with 1 additions and 1 deletions

View File

@ -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"