We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc26a3 commit a9248ebCopy full SHA for a9248eb
.circleci/config.yml
@@ -9,14 +9,13 @@ jobs:
9
- run:
10
name: Install yarn
11
command: |
12
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.12.3
13
- export PATH=$HOME/.yarn/bin:$PATH
+ curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.15.2
14
15
name: Install dependencies from offline mirror
16
- command: yarn install --offline
+ command: PATH=$HOME/.yarn/bin:$PATH yarn install --offline
17
18
name: Run Continuous Integration checks
19
- command: yarn ci-check
+ command: PATH=$HOME/.yarn/bin:$PATH yarn ci-check
20
# - deploy:
21
# name: deploy to IBM Cloud
22
# command: |
0 commit comments