mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-04-19 22:31:03 +00:00
Improve build tasks
This commit is contained in:
parent
e96bbd26dd
commit
d3b7945c4b
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
"build:lib": "babel-node build/server/build-lib.js --presets es2015,stage-0",
|
||||
"build": "rm -rf dist && npm run build:docs && npm run build:lib",
|
||||
"lint": "eslint --ext .js,.vue --fix src",
|
||||
"deploy-docs": "npm run build && git subtree push --prefix dist/docs origin gh-pages",
|
||||
"deploy-docs": "git subtree push --prefix dist/docs origin gh-pages",
|
||||
"publish": "npm run deploy-docs && npm publish"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue