Commit 466f345e authored by Sean Hammond's avatar Sean Hammond Committed by GitHub

Merge pull request #451 from hypothesis/add-force-to-yarn-install

Add --force to yarn install command
parents 1193b332 4521cb4d
...@@ -29,5 +29,5 @@ build/manifest.json: node_modules/.uptodate ...@@ -29,5 +29,5 @@ build/manifest.json: node_modules/.uptodate
yarn run build yarn run build
node_modules/.uptodate: package.json yarn.lock node_modules/.uptodate: package.json yarn.lock
yarn run deps 2>/dev/null || yarn install yarn run deps 2>/dev/null || yarn install --force
@touch $@ @touch $@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment