mirror of
https://github.com/NetEase/tango.git
synced 2026-08-29 02:01:34 +08:00
@@ -8,3 +8,4 @@ coverage/
|
||||
.umi/
|
||||
.umi-production/
|
||||
.log
|
||||
.eslintcache
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user