From 5376b48e3ea01ff984eaf276dae87c75d2230907 Mon Sep 17 00:00:00 2001 From: sealday Date: Wed, 3 Apr 2024 19:44:49 +0800 Subject: [PATCH] chore: support build:p for short of build --no-dts --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0bf8db2dd..c85ea2f9d 100644 --- a/package.json +++ b/package.json @@ -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",