From c26096997e18975020b21a5552b5a084f3b228dd Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Mon, 11 Oct 2021 01:24:51 +0000 Subject: [PATCH] circleci: Fix running test, permanently stop package-lock --- .circleci/config.yml | 2 +- .npmrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .npmrc diff --git a/.circleci/config.yml b/.circleci/config.yml index c7e265c..ae67965 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ jobs: - run: name: Run tests command: | - npm test + npm run test:linux # - deploy: # name: Push to docker # command: | diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..9cf9495 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +package-lock=false \ No newline at end of file