1
0
mirror of https://github.com/teoxoy/factorio-blueprint-editor.git synced 2025-02-21 19:06:44 +02:00

small change

This commit is contained in:
Teoxoy 2018-09-15 14:33:36 +02:00
parent 3939abeba5
commit c07c7486bd

View File

@ -5,8 +5,8 @@
"main": "index.js",
"scripts": {
"start": "parcel src/index.html",
"prebuild": "rimraf dist",
"build": "rimraf dist && cpx src/spritesheets/* dist/spritesheets && parcel build src/index.html",
"prebuild": "rimraf dist && cpx src/spritesheets/* dist/spritesheets",
"build": "parcel build src/index.html",
"setupDist": "git worktree add dist gh-pages",
"deploy": "cd dist && git add --all && git reset -- stats && git commit -m \"new version\" && git push origin gh-pages"
},