Skip to content

Commit

Permalink
build: update npm build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilhermeasper committed Jul 29, 2024
1 parent 4495a58 commit 5af0de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "marquinhos-web",
"version": "0.0.0",
"scripts": {
"ng": "generate-icons && ng",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "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 5af0de3

Please sign in to comment.