Skip to content

Commit

Permalink
fix script name
Browse files Browse the repository at this point in the history
  • Loading branch information
namachan10777 committed Jun 25, 2024
1 parent 299eeca commit 3ea194b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build.pagefind": "bunx --bun pagefind --site dist",
"build.pagefind-dev": "bunx --bun pagefind --site dist --output-path public/pagefind",
"build": "run-s build.astro build.pagefind",
"prepare": "run-s build.astro build.pagefind-dev",
"dev.prepare": "run-s build.astro build.pagefind-dev",
"dev": "bunx --bun astro dev",
"preview": "bunx --bun astro preview",
"astro": "astro",
Expand Down

0 comments on commit 3ea194b

Please sign in to comment.