Skip to content

Commit f262e96

Browse files
committed
Fix path
1 parent b84f028 commit f262e96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
- restore_cache:
1212
key: yarn-{{ checksum "yarn.lock" }}
1313

14+
- run:
15+
name: Alter path
16+
command: echo 'export PATH=/home/circleci/.local/bin:$PATH' >> $BASH_ENV
17+
1418
# Install dependencies
1519
- run:
1620
name: Install Dependencies

0 commit comments

Comments
 (0)