Skip to content

Commit

Permalink
Merge pull request #205 from sejori/build-dir-fix
Browse files Browse the repository at this point in the history
fix: correct build dir
  • Loading branch information
sejori authored Jul 22, 2024
2 parents aa98a04 + 0cb9ddd commit a247253
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"type": "module",
"scripts": {
"build": "esbuild --bundle --minify --sourcemap --target=es2020 --platform=browser --outdir=./example/preactSSR/dist ./example/preactSSR/src/pages/*.ts",
"build": "esbuild --bundle --minify --sourcemap --target=es2020 --platform=browser --outdir=./example/preactSSR/dist/pages ./example/preactSSR/src/pages/*.ts",
"start": "deno run --allow-net --allow-read --allow-env --allow-run scripts/deno/main.ts",
"test": "deno test --allow-read --allow-net",
"profile:deno": "deno run --allow-read --allow-net scripts/deno/profile.ts",
Expand Down

0 comments on commit a247253

Please sign in to comment.