Revert "Add --force to yarn install command"

This reverts commit 4521cb4d.
parent 466f345e
...@@ -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 --force yarn run deps 2>/dev/null || yarn install
@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