Merge pull request #12 from Simon-He95/main

chore: add eslintcache
This commit is contained in:
Wells
2023-09-05 09:30:27 +08:00
committed by GitHub
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",