Skip to content

Commit

Permalink
chore(package): fix script for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
MarsiBarsi authored Dec 22, 2020
1 parent aaf0786 commit d3bf4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"*** build **": "",
"build": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --configuration=production",
"build:demo": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --prod --configuration=production",
"postbuild:demo": "node scripts/checkDist.js && cp ./dist/demo/index.html ./dist/demo/404.html",
"postbuild:demo": "node scripts/checkDist.js && cp ./dist/demo/browser/index.html ./dist/demo/browser/404.html",
"*** Icons ***": "",
"compile:icons": "ts-node --project ./tsconfig.compiler.json scripts/compileIcons.ts",
"prebuild:icons": "npm run compile:icons projects/icons",
Expand Down

0 comments on commit d3bf4d8

Please sign in to comment.