Skip to content

Commit 6fba5aa

Browse files
authored
wip
1 parent c25d3c3 commit 6fba5aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ jobs:
55
build:
66
docker:
77
- image: cimg/node:15.0.1-browsers
8+
environment:
9+
NPM_CONFIG_PREFIX: "~/.npm-global"
810
working_directory: ~/meteor-coverage
911
steps:
1012
- checkout
11-
- run: sudo npm install --unsafe-perm -g meteor
13+
- echo 'export PATH=~/.npm-global/bin:$PATH' >> $BASH_ENV
14+
- run: npm install --unsafe-perm -g meteor
1215
- run: meteor npm install
1316
- run: mkdir .coverage
1417
- run: meteor npm test

0 commit comments

Comments
 (0)