Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
blenassefa2 committed Apr 23, 2024
1 parent 90deb5e commit bf05c68
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions app.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
runtime: nodejs18

handlers:
- url: /
static_files: dist/hacks-website/index.html
upload: dist/hacks-website/index.html

-url: /
static_dir: dist/hacks-website
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": "docker run -p 8080:8080 hackathon-2024",
"start": "serve dist/hacks-website",
"build": "ng build",
"gcp-build": "docker build -t hackathon-2024 .",
"gcp-build": "npm install && npm run build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
Expand Down

0 comments on commit bf05c68

Please sign in to comment.