Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Nov 3, 2022
1 parent be78758 commit 8b24b74
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 @@ -4,7 +4,7 @@
"description": "Material Design Icons for Visual Studio Code",
"version": "4.21.0",
"scripts": {
"build": "npm run compile:dev && npm run postcompile",
"build": "npm run compile:dev && npm run generateJson",
"check": "ts-node ./src/scripts/icons/checks",
"compile": "webpack --config ./build/webpack.config.js --mode production",
"compile:dev": "webpack --config ./build/webpack.config.js --mode none",
Expand Down

0 comments on commit 8b24b74

Please sign in to comment.