mirror of
https://github.com/NetEase/tango.git
synced 2026-08-28 17:41:30 +08:00
chore: update docs script
This commit is contained in:
@@ -3,6 +3,8 @@ dist/
|
||||
lib/
|
||||
coverage/
|
||||
|
||||
/docs
|
||||
|
||||
.umi/
|
||||
.umi-production/
|
||||
.log
|
||||
|
||||
+1
-1
@@ -8,12 +8,12 @@
|
||||
"scripts": {
|
||||
"start": "yarn workspace playground start",
|
||||
"start:story": "yarn workspace storybook storybook",
|
||||
"start:docs": "yarn typedoc && open apps/docs/index.html",
|
||||
"start:site": "yarn workspace website start",
|
||||
"deploy:site": "yarn workspace website deploy",
|
||||
"build": "lerna run build",
|
||||
"build:site": "yarn workspace website build",
|
||||
"typedoc": "typedoc --options typedoc.json",
|
||||
"docs": "yarn typedoc && open docs/index.html",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"eslint": "eslint packages/**/src/*.{ts,tsx}",
|
||||
|
||||
+1
-1
@@ -4,6 +4,6 @@
|
||||
"entryPoints": ["packages/core", "packages/designer", "packages/helpers"],
|
||||
"entryPointStrategy": "packages",
|
||||
"exclude": ["packages/**/tests/**/*"],
|
||||
"out": "apps/docs",
|
||||
"out": "docs",
|
||||
"logLevel": "Verbose"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user