Skip to content

Commit f37a582

Browse files
committed
ci: source bashrc after yarn was upgraded
1 parent 28662d1 commit f37a582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +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"
14+
- run: source ~/.bashrc
1515
- restore_cache:
1616
key: dependency-cache-{{ checksum "package.json" }}
1717
- run:

0 commit comments

Comments
 (0)