chore: support build:p for short of build --no-dts

This commit is contained in:
sealday 2024-04-03 19:44:49 +08:00
parent ae83be17c3
commit 5376b48e3e

View File

@ -5,6 +5,7 @@
"license": "Apache-2.0",
"scripts": {
"build": "nocobase build",
"build:p": "nocobase build --no-dts",
"changelog": "auto-changelog -p -t keepachangelog",
"clean": "nocobase clean",
"dev": "nocobase dev",