Skip to content

Commit bac4836

Browse files
committed
[chore] Update function lock file and modify travis to use yarn for functions
1 parent cf3761b commit bac4836

File tree

2 files changed

+472
-586
lines changed

2 files changed

+472
-586
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cache: yarn
2020

2121
before_deploy:
2222
- zip -r firebase-sensor.zip dist
23-
- cd functions && npm install && cd ..
23+
- cd functions && yarn install --pure-lockfile --ignore-engines && cd ..
2424

2525
deploy:
2626
- provider: releases

0 commit comments

Comments
 (0)