From f1fdcfe029e1869c24d07c292b53e0f6d6675967 Mon Sep 17 00:00:00 2001 From: sealday Date: Tue, 16 Apr 2024 20:00:48 +0800 Subject: [PATCH] chore: remove unused scripts --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index f080dc236..edba8e9c0 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,6 @@ "clean": "tachybase clean", "dev": "tachybase dev", "dev-server": "tachybase dev --server", - "doc": "tachybase doc", - "doc:cn": "tachybase doc --lang=zh-CN", "e2e": "tachybase e2e", "preinstall": "npx only-allow pnpm", "postinstall": "tachybase postinstall",