Skip to content

Commit

Permalink
Add packaging logix to postbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolan Woods committed Sep 23, 2022
1 parent f6ff462 commit 55dc032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build --public-url . --no-source-maps --no-minify src/index.html",
"postbuild": "mkdir -p ./galaxy/static/ && cp ./dist/index.html ./galaxy/static/"
"postbuild": "mkdir -p ./galaxy/static/ && cp ./dist/index.html ./galaxy/static/ && cp -r ./galaxy ./IslandCompare && tar -caf IslandCompare.tar.gz IslandCompare"
},
"dependencies": {
"blueimp-canvas-to-blob": "^3.14.0",
Expand Down

0 comments on commit 55dc032

Please sign in to comment.