mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Merge pull request #3068 from vladgolubev/eslint-cache
Dramatically improve ESLint’s running time by enabling cache
This commit is contained in:
commit
bf2c6bfc56
3
.gitignore
vendored
3
.gitignore
vendored
@ -40,3 +40,6 @@ admin.env
|
||||
tmp
|
||||
.coveralls.yml
|
||||
tmpdirs-serverless
|
||||
|
||||
# ESLint cache
|
||||
.eslintcache
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"test": "istanbul cover -x '**/*.test.js' node_modules/mocha/bin/_mocha '!(node_modules)/**/*.test.js' -- -R spec --recursive",
|
||||
"lint": "eslint .",
|
||||
"lint": "eslint . --cache",
|
||||
"docs": "node scripts/generate-readme.js",
|
||||
"simple-integration-test": "jest --maxWorkers=5 simple-suite",
|
||||
"complex-integration-test": "jest --maxWorkers=5 integration",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user