|
@@ -5,11 +5,11 @@
|
|
|
"main": "build/index.html",
|
|
"main": "build/index.html",
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"build": "ng build --configuration production",
|
|
"build": "ng build --configuration production",
|
|
|
- "build-dev": "ng build",
|
|
|
|
|
|
|
+ "build-dev": "ng build --configuration development",
|
|
|
"dev": "npm run start-dev",
|
|
"dev": "npm run start-dev",
|
|
|
"serve": "npm run start-dev",
|
|
"serve": "npm run start-dev",
|
|
|
"start": "npx http-server ./build -p 8080",
|
|
"start": "npx http-server ./build -p 8080",
|
|
|
- "start-dev": "ng serve --configuration production --disable-host-check",
|
|
|
|
|
|
|
+ "start-dev": "ng serve --disable-host-check",
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
},
|
|
},
|
|
|
"repository": {
|
|
"repository": {
|