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:
|
- run:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
command: |
|
command: |
|
||||||
npm test
|
npm run test:linux
|
||||||
# - deploy:
|
# - deploy:
|
||||||
# name: Push to docker
|
# name: Push to docker
|
||||||
# command: |
|
# command: |
|
||||||
|
|
1
.npmrc
Normal file
1
.npmrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
package-lock=false
|
Loading…
Reference in a new issue