Commit 5404ff25 authored by lgcareer's avatar lgcareer Committed by bao liang
Browse files

change npm run build:combined to npm burn build:release (#1504)

parent 21cb38d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
    "lint:fix": "standard \"**/*.{js,vue}\" --fix",
    "start": "npm run dev",
    "combo": "node ./build/combo.js",
    "build:combined": "npm run clean && cross-env NODE_ENV=production PUBLIC_PATH=/dolphinscheduler/ui webpack --config ./build/webpack.config.combined.js"
    "build:release": "npm run clean && cross-env NODE_ENV=production PUBLIC_PATH=/dolphinscheduler/ui webpack --config ./build/webpack.config.release.js"
  },
  "dependencies": {
    "ans-ui": "1.1.4",