ciyidogan commited on
Commit
a27d405
·
verified ·
1 Parent(s): 65da04c

Update flare-ui/package.json

Browse files
Files changed (1) hide show
  1. 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
  },