Skip to content

Commit

Permalink
Attempt to fix parcel build on GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frumple committed Jan 11, 2024
1 parent 8e1774c commit 4009ebf
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 @@ -7,8 +7,8 @@
],
"scripts": {
"tsc": "tsc",
"start": "parcel serve src/html/**/**.html",
"build": "parcel build src/html/**/**.html --public-url ./"
"start": "parcel serve src/html/**/*.html",
"build": "parcel build src/html/**/*.html --public-url ./"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4009ebf

Please sign in to comment.