Add --force to yarn install command

Attempting to fix this error with the client build on Jenkins:

    Error during loading "/data/jenkins/workspace/client_master-*/node_modules/karma-phantomjs-launcher" plugin:
      Path must be a string. Received null
parent 1193b332
...@@ -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