Skip to content

Commit

Permalink
Make sure to install all deps with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Nov 16, 2016
1 parent 231cc13 commit f1d0b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env sh

[ -s "/home/node/src/yarn.lock" ] && yarn install || npm install
[ -s "/home/node/src/yarn.lock" ] && NODE_ENV=development yarn install || npm install

0 comments on commit f1d0b42

Please sign in to comment.