circleci: Fix running test, permanently stop package-lock

dev
Jonatan Nilsson 2021-10-11 01:24:51 +00:00
parent 78ba288b49
commit c26096997e
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- run:
name: Run tests
command: |
npm test
npm run test:linux
# - deploy:
# name: Push to docker
# command: |

1
.npmrc Normal file
View File

@ -0,0 +1 @@
package-lock=false