Skip to content

Commit

Permalink
fix: use yarn instead of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Mar 19, 2018
1 parent 0c1a4a5 commit ee31f4d
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 @@
"source": "functions"
},
"hosting": {
"predeploy": "npm run ng build -- --prod",
"predeploy": "yarn ng build -- --prod",
"public": "dist",
"ignore": [
"firebase.json",
Expand Down

0 comments on commit ee31f4d

Please sign in to comment.