We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472bcba commit 43219fcCopy full SHA for 43219fc
package.json
@@ -15,7 +15,7 @@
15
"review": "ng build --stats-json && webpack-bundle-analyzer dist/metaheuristic-app/stats.json",
16
"review-prod": "ng build --prod=true --stats-json && webpack-bundle-analyzer dist/metaheuristic-app/stats.json",
17
"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"
+ "postinstall": "node ng-add-pug-loader.js"
19
},
20
"private": true,
21
"dependencies": {
0 commit comments