From 9a96b8da43a5f160737aa70344e156001923baf3 Mon Sep 17 00:00:00 2001 From: songjianet <1778651752@qq.com> Date: Tue, 1 Mar 2022 15:38:30 +0800 Subject: [PATCH] [Feature][UI Next] Delete build:dev in package.json. (#8600) --- dolphinscheduler-ui-next/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/dolphinscheduler-ui-next/package.json b/dolphinscheduler-ui-next/package.json index bd88806783..2531a79be5 100644 --- a/dolphinscheduler-ui-next/package.json +++ b/dolphinscheduler-ui-next/package.json @@ -3,7 +3,6 @@ "version": "0.0.0", "scripts": { "dev": "vite", - "build:dev": "vue-tsc --noEmit && vite build --mode development", "build:prod": "vue-tsc --noEmit && vite build --mode production", "preview": "vite preview", "lint": "eslint src --fix --ext .ts,.tsx,.vue",