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:
parent
7e6d655eb9
commit
5334ce1381
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user