Skip to content

Commit

Permalink
Try wrapping parcel build path with single quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frumple committed Jan 11, 2024
1 parent 4009ebf commit 37722d9
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 37722d9

Please sign in to comment.