Commit 3dfb0b5d by zhangxingmin

push

parent 47fd90fd
...@@ -3,7 +3,7 @@ FROM node:16 ...@@ -3,7 +3,7 @@ FROM node:16
WORKDIR /app WORKDIR /app
# 先安装构建工具 # 先安装构建工具
RUN npm install -g @vue/cli @dcloudio/uni-cli RUN npm install -g @vue/cli @dcloudio/uni-app
# 安装依赖 # 安装依赖
COPY package*.json ./ COPY package*.json ./
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
"less": "^4.3.0" "less": "^4.3.0"
}, },
"scripts": { "scripts": {
"dev": "uni -p", "build:h5": "vue-cli-service uni-build --platform h5"
"build:h5": "vue-cli-service uni-build --platform h5",
"build:weapp": "uni build --platform mp-weixin"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment