chore: support build:p for short of build --no-dts
This commit is contained in:
parent
ae83be17c3
commit
5376b48e3e
@ -5,6 +5,7 @@
|
|||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "nocobase build",
|
"build": "nocobase build",
|
||||||
|
"build:p": "nocobase build --no-dts",
|
||||||
"changelog": "auto-changelog -p -t keepachangelog",
|
"changelog": "auto-changelog -p -t keepachangelog",
|
||||||
"clean": "nocobase clean",
|
"clean": "nocobase clean",
|
||||||
"dev": "nocobase dev",
|
"dev": "nocobase dev",
|
||||||
|
Loading…
Reference in New Issue
Block a user