Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
blenassefa2 committed Apr 23, 2024
1 parent a9a8dd5 commit d544f0a
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 @@ -3,9 +3,9 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "serve dist",
"build": "ng build",
"gcp-build": "npm install && npm run build",
"gcp-build": "npm install && npm run build && npm install --global serve",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
Expand Down

0 comments on commit d544f0a

Please sign in to comment.