mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
Use npx to force npm version
Change-type: patch
This commit is contained in:
parent
3c007cea34
commit
ccc9076a80
@ -27,8 +27,8 @@
|
||||
"webpack": "webpack",
|
||||
"watch": "webpack --watch",
|
||||
"concourse-build-electron": "make webpack",
|
||||
"concourse-test": "npm test",
|
||||
"concourse-test-electron": "npm test",
|
||||
"concourse-test": "npx npm@6.7.0 test",
|
||||
"concourse-test-electron": "npx npm@6.7.0 test",
|
||||
"concourse-test-node-cli": "make webpack lint-js lint-cpp lint-spell test-cli"
|
||||
},
|
||||
"author": "Balena Inc. <hello@etcher.io>",
|
||||
|
Loading…
x
Reference in New Issue
Block a user