updated package.json

This commit is contained in:
Marvin Zhang
2021-11-03 21:35:58 +08:00
parent 3e64a72e3e
commit 9abf2fde6b
3 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1 @@
# Change Log (v0.6.0-beta.20211104)

View File

@@ -0,0 +1 @@
# 更新日志 (v0.6.0-beta.20211104)

View File

@@ -4,7 +4,8 @@
"description": "",
"scripts": {
"serve": "vue-cli-service serve",
"buid": "vue-cli-service build"
"build": "vue-cli-service build",
"build:docker": "npm run build"
},
"author": {
"name": "Marvin Zhang",