Npm install in npm test
This commit is contained in:
parent
73b4b4d241
commit
b633631f42
@ -43,7 +43,7 @@
|
||||
"test": "mocha 'src/**/*.spec.js'",
|
||||
"test:coverage": "istanbul cover _mocha -- 'src/**/*.spec.js'",
|
||||
"test:e2e": "mocha 'src/**/*.e2e.js'",
|
||||
"test:npm": "node test/npmLibrary",
|
||||
"test:npm": "(cd .npmjs && npm i) && node test/npmLibrary",
|
||||
"prepush": "npm run lint:cached"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user