build for demo updated

This commit is contained in:
Baptiste Lemoine 2020-01-22 11:31:37 +01:00
parent ea43430e1b
commit f96833d96e
1 changed files with 2 additions and 1 deletions

View File

@ -1,12 +1,13 @@
{
"name": "framadate-funky-frontend",
"version": "1.0.0",
"licence": "GNU Affero V3",
"scripts": {
"ng": "ng",
"start": "ng serve",
"serve": "ng serve",
"build": "ng build --crossOrigin=anonymous --aot=false",
"package": " cat dist/framadate/{polyfills,runtime,main}.js > ./package.js",
"package": "rm dist/framadate/framadate-scripts-bundled.js && cat dist/framadate/*.js > dist/framadate/framadate-scripts-bundled.js",
"build:demo": "ng build --crossOrigin=anonymous --extractCss=true --baseHref=https://framadate-api.cipherbliss.com --progress=true --output-hashing=none --prod && npm run package",
"test": "ng test",
"lint": "ng lint",