We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3e333 commit 6443ba3Copy full SHA for 6443ba3
.circleci/config.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- checkout
13
- run: echo 'export PATH=~/.npm-global/bin:$PATH' >> $BASH_ENV
14
- - run: npm install --unsafe-perm -g meteor
+ - run: npx meteor
15
- run: meteor npm install
16
- run: mkdir .coverage
17
- run: meteor npm test
0 commit comments