Use npx to force npm version

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2019-02-01 15:32:06 +01:00
parent 3c007cea34
commit ccc9076a80

View File

@ -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>",