1
0
mirror of https://github.com/teoxoy/factorio-blueprint-editor.git synced 2025-01-28 03:29:29 +02:00

added deploy script

This commit is contained in:
Teoxoy 2018-07-04 23:30:56 +02:00
parent 7e6d655eb9
commit 5334ce1381

View File

@ -5,7 +5,9 @@
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js --host 0.0.0.0 --open --useLocalIp",
"build": "webpack --config webpack.prod.js"
"build": "webpack --config webpack.prod.js",
"dist": "git worktree add dist gh-pages",
"deploy": "cd dist && git add --all && git commit -m \"new version\" && git push origin gh-pages"
},
"author": "Teoxoy",
"license": "MIT",