Skip to content

Commit

Permalink
Removes public url after configuring launchchess.com
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Jan 10, 2024
1 parent 12b0d11 commit 5474fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.1",
"description": "Chess on a Launchpad",
"scripts": {
"build": "parcel build --no-cache --dist-dir dist src/index.html",
"ci": "parcel build --no-cache --dist-dir build --public-url /LaunchChess src/index.html src/*.svg",
"build": "parcel build --no-cache --dist-dir dist src/index.html src/*.svg",
"ci": "parcel build --no-cache --dist-dir build src/index.html src/*.svg",
"dev": "parcel --no-cache --dist-dir dist src/index.html src/*.svg"
},
"browserslist": [
Expand Down

0 comments on commit 5474fa8

Please sign in to comment.