diff --git a/.circleci/config.yml b/.circleci/config.yml index 90d9658..fccc972 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ jobs: steps: - checkout - run: echo 'export PATH=~/.npm-global/bin:$PATH' >> $BASH_ENV - - run: npm install --unsafe-perm -g meteor + - run: npx meteor - run: meteor npm install - run: mkdir .coverage - run: meteor npm test