Skip to content

Commit

Permalink
add gh-pages deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
supertommy committed Apr 21, 2020
1 parent de27a39 commit 3eab0ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"start": "parcel src/index.html -p 8000",
"build": "parcel build src/index.html --out-dir dist",
"build-gh": "parcel build src/index.html --out-dir dist --public-url /phaser3-sokoban-template/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "supertommy",
Expand Down

0 comments on commit 3eab0ed

Please sign in to comment.