Skip to content

Commit

Permalink
hotfix firebase functions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed May 28, 2021
1 parent 7050566 commit db0a0f9
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 @@ -47,7 +47,7 @@
"predeploy": [
"yarn workspace functions install",
"yarn workspace functions lint",
"yarn workspace functions build"
"yarn workspace functions exec npm run build"
],
"source": "functions"
},
Expand Down

0 comments on commit db0a0f9

Please sign in to comment.