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",