chore(docs): Add docs build script to root package.json
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
"prepare": "ts-patch install -s",
|
"prepare": "ts-patch install -s",
|
||||||
"dev": "yarn --cwd examples dev",
|
"dev": "yarn --cwd examples dev",
|
||||||
"docs": "yarn --cwd docs dev",
|
"docs": "yarn --cwd docs dev",
|
||||||
|
"docs:build": "yarn --cwd docs build",
|
||||||
"build": "yarn --cwd package build",
|
"build": "yarn --cwd package build",
|
||||||
"postbuild": "yarn typedoc",
|
"postbuild": "yarn typedoc",
|
||||||
"release": "yarn --cwd package np",
|
"release": "yarn --cwd package np",
|
||||||
|
|||||||
Reference in New Issue
Block a user