circleci: Fix running test, permanently stop package-lock
This commit is contained in:
parent
78ba288b49
commit
c26096997e
2 changed files with 2 additions and 1 deletions
|
@ -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
1
.npmrc
Normal file
|
@ -0,0 +1 @@
|
|||
package-lock=false
|
Loading…
Reference in a new issue