Skip to content

Commit

Permalink
Try explicitly specifying index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
s5bug committed Oct 29, 2024
1 parent a0dff41 commit c9734c9
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 @@ -4,8 +4,8 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "parcel src/**/*.html",
"build": "parcel build src/**/*.html && minify-xml src/sitemap.xml --output dist/sitemap.xml"
"dev": "parcel src/index.html src/**/*.html",
"build": "parcel build src/index.html src/**/*.html && minify-xml src/sitemap.xml --output dist/sitemap.xml"
},
"devDependencies": {
"@mischnic/parcel-namer-preserve-structure": "^0.2.0",
Expand Down

0 comments on commit c9734c9

Please sign in to comment.