File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
"ng" : " ng" ,
6
6
"start" : " ng serve" ,
7
7
"build" : " ng build" ,
8
- "build-prod" : " ng build --prod " ,
8
+ "build-prod" : " ng build --configuration production " ,
9
9
"test" : " ng test" ,
10
10
"lint:lib" : " ng lint angular-editor" ,
11
11
"e2e" : " ng e2e" ,
12
12
"build-watch:lib" : " ng build angular-editor --watch" ,
13
13
"test:lib" : " ng test angular-editor" ,
14
14
"build:lib" : " ng build angular-editor" ,
15
- "build-prod:lib" : " ng build angular-editor --prod " ,
15
+ "build-prod:lib" : " ng build angular-editor --configuration production " ,
16
16
"publish:lib" : " npm run copy:readme && npm run copy:changelog && npm run copy:license && npm publish ./dist/angular-editor --tag next" ,
17
17
"copy:readme" : " cpx README.md dist/angular-editor" ,
18
18
"copy:changelog" : " cpx CHANGELOG.md dist/angular-editor" ,
You can’t perform that action at this time.
0 commit comments