Skip to content

Commit 674ce90

Browse files
committed
.
1 parent 43219fc commit 674ce90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@
99
"start": "ng serve --open --disable-host-check",
1010
"build": "ng build",
1111
"build2": "ng build --baseHref=/aiai-app/ --prod=true",
12+
"build3": "ng build --prod=true",
1213
"test": "ng test",
1314
"lint": "ng lint",
1415
"e2e": "ng e2e",
1516
"review": "ng build --stats-json && webpack-bundle-analyzer dist/metaheuristic-app/stats.json",
1617
"review-prod": "ng build --prod=true --stats-json && webpack-bundle-analyzer dist/metaheuristic-app/stats.json",
1718
"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"
1920
},
2021
"private": true,
2122
"dependencies": {

0 commit comments

Comments
 (0)