This commit is contained in:
Ken 2019-02-25 17:05:00 -08:00
Родитель 2cdefd6f58
Коммит 61d9cb35e6
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,8 @@
"build": "rimraf docs && webpack --progress --mode production",
"start:server": "nodemon -w server server/index.js",
"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": [],
"author": "",