Skip to content

Commit 6443ba3

Browse files
authored
wip
1 parent 9e3e333 commit 6443ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- checkout
1313
- run: echo 'export PATH=~/.npm-global/bin:$PATH' >> $BASH_ENV
14-
- run: npm install --unsafe-perm -g meteor
14+
- run: npx meteor
1515
- run: meteor npm install
1616
- run: mkdir .coverage
1717
- run: meteor npm test

0 commit comments

Comments
 (0)