mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
adding ghpage deploy
This commit is contained in:
@@ -9,7 +9,8 @@
|
|||||||
"build": "rimraf docs && webpack --progress --mode production",
|
"build": "rimraf docs && webpack --progress --mode production",
|
||||||
"start:server": "nodemon -w server server/index.js",
|
"start:server": "nodemon -w server server/index.js",
|
||||||
"start": "run-p start:server start:client",
|
"start": "run-p start:server start:client",
|
||||||
"static": "live-server --host=localhost"
|
"static": "live-server --host=localhost",
|
||||||
|
"deploy-ghpages": "git push origin :gh-pages && git subtree push --prefix docs origin gh-pages"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user