Browse Source

[Feature][UI Next] Delete build:dev in package.json. (#8600)

3.0.0/version-upgrade
songjianet 3 years ago committed by GitHub
parent
commit
9a96b8da43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      dolphinscheduler-ui-next/package.json

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

Loading…
Cancel
Save