File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 9
9
"start" : " ng serve --open --disable-host-check" ,
10
10
"build" : " ng build" ,
11
11
"build2" : " ng build --baseHref=/aiai-app/ --prod=true" ,
12
+ "build3" : " ng build --prod=true" ,
12
13
"test" : " ng test" ,
13
14
"lint" : " ng lint" ,
14
15
"e2e" : " ng e2e" ,
15
16
"review" : " ng build --stats-json && webpack-bundle-analyzer dist/metaheuristic-app/stats.json" ,
16
17
"review-prod" : " ng build --prod=true --stats-json && webpack-bundle-analyzer dist/metaheuristic-app/stats.json" ,
17
18
"extract-i18n" : " ngx-translate-extract -p /**/*.html /**/*.ts /**/*.pug --input ./src --output ./src/assets/i18n/EN.json ./src/assets/i18n/RU.json --clean --sort --format json --marker marker" ,
18
- "postinstall" : " node ng-add-pug-loader.js"
19
+ "postinstall-- " : " node ng-add-pug-loader.js"
19
20
},
20
21
"private" : true ,
21
22
"dependencies" : {
You can’t perform that action at this time.
0 commit comments