From 6443ba3e8a9322f0869ccb266456a8831e7b573e Mon Sep 17 00:00:00 2001 From: serut Date: Thu, 1 Aug 2024 16:49:17 +0200 Subject: [PATCH] wip --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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