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 f4b26df commit d52db21
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/hacks-website",
"build": "ng build",
"gcp-build": "npm install && npm run build",
"gcp-build": "npm install && npm install --global serve && npm run build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
Expand Down

0 comments on commit d52db21

Please sign in to comment.