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:
parent
3939abeba5
commit
c07c7486bd
@ -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"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user