ciyidogan commited on
Commit
412dc3c
·
verified ·
1 Parent(s): 180d463

Update flare-ui/package.json

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