Skip to content

Commit 28662d1

Browse files
committed
ci: export PATH after yarn upgraded
1 parent 8dbc705 commit 28662d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- checkout
1212
- run: echo 'export PATH=${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin' >> $BASH_ENV
1313
- run: curl --compressed -o- -L https://yarnpkg.com/install.sh | bash
14+
- run: export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
1415
- restore_cache:
1516
key: dependency-cache-{{ checksum "package.json" }}
1617
- run:

0 commit comments

Comments
 (0)