Spaces:
Running
Running
Update flare-ui/package.json
Browse files- flare-ui/package.json +3 -1
flare-ui/package.json
CHANGED
@@ -4,7 +4,9 @@
|
|
4 |
"scripts": {
|
5 |
"ng": "ng",
|
6 |
"start": "ng serve",
|
7 |
-
"build": "ng build
|
|
|
|
|
8 |
"watch": "ng build --watch --configuration development",
|
9 |
"test": "ng test"
|
10 |
},
|
|
|
4 |
"scripts": {
|
5 |
"ng": "ng",
|
6 |
"start": "ng serve",
|
7 |
+
"build": "ng build",
|
8 |
+
"build:dev": "ng build --configuration=development",
|
9 |
+
"build:prod": "ng build --configuration=production",
|
10 |
"watch": "ng build --watch --configuration development",
|
11 |
"test": "ng test"
|
12 |
},
|