Skip to content

Commit

Permalink
fix: correct build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Ringrose committed Jul 22, 2024
1 parent aa98a04 commit 0cb9ddd
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 0cb9ddd

Please sign in to comment.