Skip to content

Commit

Permalink
fix: npm ci before functions deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmo314 committed May 27, 2022
1 parent 9391523 commit e02e63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"indexes": "firestore.indexes.json"
},
"functions": {
"predeploy": "npm --prefix \"$RESOURCE_DIR\" run build"
"predeploy": "npm --prefix \"$RESOURCE_DIR\" ci && npm --prefix \"$RESOURCE_DIR\" run build"
},
"hosting": {
"public": "web/dist",
Expand Down

0 comments on commit e02e63c

Please sign in to comment.