Skip to content

Commit

Permalink
fix: fix script usage in package file
Browse files Browse the repository at this point in the history
  • Loading branch information
RealTriassic committed Oct 29, 2024
1 parent 370c76c commit aba77e2
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 @@ -22,7 +22,7 @@
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"turbo": "bun dlx [email protected]",
"turbo": "bunx [email protected]",
"build:turbo": "bun turbo run build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
Expand Down

0 comments on commit aba77e2

Please sign in to comment.