|
|
|
@ -7,6 +7,8 @@
|
|
|
|
|
"start": "ng serve",
|
|
|
|
|
"build": "ng build --prod --progress=true",
|
|
|
|
|
"build-prod-stats": "ng build --prod --stats-json",
|
|
|
|
|
"build:demo": "ng build --crossOrigin=anonymous --extractCss=true --progress=true --prod && npm run package",
|
|
|
|
|
"build:demobliss": "ng build --crossOrigin=anonymous --extractCss=true --baseHref=https://framadate-api.cipherbliss.com --progress=true --prod && npm run package",
|
|
|
|
|
"test": "jest",
|
|
|
|
|
"test:watch": "jest --watch",
|
|
|
|
|
"test:ci": "jest --runInBand",
|
|
|
|
|