Spaces:
Building
Building
Update flare-ui/package.json
Browse files- flare-ui/package.json +1 -1
flare-ui/package.json
CHANGED
@@ -4,7 +4,7 @@
|
|
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 --configuration production",
|
8 |
"watch": "ng build --watch --configuration development",
|
9 |
"test": "ng test"
|
10 |
},
|