Skip to content

Commit

Permalink
Run pages when running prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Aug 23, 2023
1 parent 2fce8d0 commit eb3c0ef
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 @@ -14,7 +14,7 @@
"icons:ts": "svg-to-ts-constants",
"test": "echo \"Error: no test specified\" && exit 1",
"pages": "node build/generate-pages.js --verbose",
"prod": "npm run icons && npm run build"
"prod": "npm run icons && npm run pages && npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit eb3c0ef

Please sign in to comment.