Enable eslint cache
This commit is contained in:
parent
873c0cff4b
commit
740fddf027
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@ node_modules/
|
|||
package-lock.json
|
||||
yarn.lock
|
||||
*.zip
|
||||
.eslintcache
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"updates": "^4.2.1"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint **/*.js || true",
|
||||
"lint": "eslint **/*.js --cache || true",
|
||||
"update": "npm run update-node && npm run update-main",
|
||||
"update-quick": "updates -u && npm update && npm run update-main",
|
||||
"update-main": "npm run update-versions && npm run update-codemirror",
|
||||
|
|
Loading…
Reference in New Issue
Block a user