Skip to content

Commit

Permalink
build: fix npm build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilhermeasper committed Jul 29, 2024
1 parent 02887d9 commit 4c92332
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 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "generate-icons && ng build",
"build": "npm run generate-icons && ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"generate-icons": "svg-to-ts-constants"
Expand Down

0 comments on commit 4c92332

Please sign in to comment.