Skip to content

Commit

Permalink
Merge pull request #67 from thewoolleyman/master
Browse files Browse the repository at this point in the history
add --check-files option to yarn install
  • Loading branch information
gjaldon authored Mar 11, 2019
2 parents e6216ff + a826dad commit 95bd23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ install_npm_deps() {
}

install_yarn_deps() {
yarn install --cache-folder $cache_dir/yarn-cache --pure-lockfile 2>&1
yarn install --check-files --cache-folder $cache_dir/yarn-cache --pure-lockfile 2>&1
}

install_bower_deps() {
Expand Down

0 comments on commit 95bd23e

Please sign in to comment.