This commit is contained in:
Greg Hysen 2019-12-19 01:12:46 -08:00
parent 51ca3109eb
commit 1afc09b08a

View File

@ -23,7 +23,7 @@ jobs:
# command: npm set prefix=/home/circleci/npm && echo 'export PATH=$HOME/circleci/npm/bin:$PATH' >> /home/circleci/.bashrc # command: npm set prefix=/home/circleci/npm && echo 'export PATH=$HOME/circleci/npm/bin:$PATH' >> /home/circleci/.bashrc
- run: - run:
name: install-yarn name: install-yarn
command: npm install --global yarn@1.17.0 command: npm install --force --global yarn@1.17.0
- run: - run:
name: yarn name: yarn
command: yarn --frozen-lockfile --ignore-engines install || yarn --frozen-lockfile --ignore-engines install command: yarn --frozen-lockfile --ignore-engines install || yarn --frozen-lockfile --ignore-engines install