Skip to content

Commit

Permalink
add vscode extension and deploy:stage script
Browse files Browse the repository at this point in the history
  • Loading branch information
cjflory committed Feb 19, 2024
1 parent d78561a commit 023d126
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"nrwl.angular-console",
"esbenp.prettier-vscode",
"firsttris.vscode-jest-runner",
"dbaeumer.vscode-eslint"
"dbaeumer.vscode-eslint",
"eamodio.gitlens"
]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"format": "nx format",
"format:check": "nx format:check",
"predeploy": "npm run format && npm run lint && npm run test && npm run build",
"deploy": "npm run predeploy && node_modules/.bin/firebase deploy --only hosting,firestore"
"deploy:all": "npm run predeploy && node_modules/.bin/firebase deploy --only hosting,firestore",
"deploy:stage": "npm run predeploy && node_modules/.bin/firebase hosting:channel:deploy stage"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 023d126

Please sign in to comment.