diff --git a/.circleci/config.yml b/.circleci/config.yml index f6b6b40..213cdcd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: steps: - checkout - run: sudo npm install nexe@next -g - - run: sudo npm install semantic-release @semantic-release/exec + - run: sudo npm install semantic-release @semantic-release/exec --save-dev - run: npm install - run: npx tsc - run: npm run test:unit @@ -110,4 +110,4 @@ workflows: filters: branches: only: - - /pull\/[0-9]+/ \ No newline at end of file + - /pull\/[0-9]+/