Skip to content

Commit 43219fc

Browse files
committed
.
1 parent 472bcba commit 43219fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"review": "ng build --stats-json && webpack-bundle-analyzer dist/metaheuristic-app/stats.json",
1616
"review-prod": "ng build --prod=true --stats-json && webpack-bundle-analyzer dist/metaheuristic-app/stats.json",
1717
"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"
18+
"postinstall": "node ng-add-pug-loader.js"
1919
},
2020
"private": true,
2121
"dependencies": {

0 commit comments

Comments
 (0)