Skip to content

Commit

Permalink
tweak npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cjflory committed Feb 19, 2024
1 parent db0ad40 commit fec9a3c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
"format": "nx format",
"format:check": "nx format:check",
"predeploy": "npm run format && npm run lint && npm run test && npm run build",
"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"
"fb": "node_modules/.bin/firebase",
"fb:deploy:all": "npm run predeploy && npm run fb -- deploy --only hosting,firestore",
"fb:hosting:channel:deploy:stage": "npm run predeploy && npm run fb -- hosting:channel:deploy stage",
"fb:hosting:channel:list": "npm run fb -- hosting:channel:list"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit fec9a3c

Please sign in to comment.