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