first commit
This commit is contained in:
parent
8f186484a5
commit
bca7e8a68a
|
@ -6,7 +6,7 @@
|
|||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
"lint": "vue-cli-service lint",
|
||||
"deploy": "node ./deploy.js"
|
||||
"deploy": "npm run build && node ./deploy.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"ant-design-vue": "^1.4.6",
|
||||
|
|
Loading…
Reference in New Issue