mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Ensure test command works on WIndows
This commit is contained in:
parent
b9b5e3d4e6
commit
fb5eb18a36
@ -52,7 +52,7 @@
|
||||
"sls": "./bin/serverless"
|
||||
},
|
||||
"scripts": {
|
||||
"test-bare": "mocha '!(node_modules)/**/*.test.js'",
|
||||
"test-bare": "mocha \"!(node_modules)/**/*.test.js\"",
|
||||
"test-isolated": "node scripts/test-isolated.js",
|
||||
"test": "nyc --reporter=lcov --reporter=html --reporter=text-summary npm run test-bare",
|
||||
"lint": "eslint . --cache",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user