chore: add eslintcache

This commit is contained in:
Simon He
2023-09-04 10:09:08 +08:00
parent 34ac9d0b64
commit e9a2261201
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -8,3 +8,4 @@ coverage/
.umi/
.umi-production/
.log
.eslintcache
+1 -1
View File
@@ -16,7 +16,7 @@
"docs": "yarn typedoc && open docs/index.html",
"test": "jest",
"test:watch": "jest --watch",
"eslint": "eslint packages/**/src/*.{ts,tsx}",
"eslint": "eslint packages/**/src/*.{ts,tsx} --cache",
"publish": "lerna publish",
"ver": "lerna version --no-private",
"release": "yarn eslint && yarn build && yarn run ver && lerna publish from-git",