Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Jul 8, 2024
1 parent 445381f commit 5acd47b
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 @@
"pages:build": "NITRO_PRESET=cloudflare-pages pnpm --filter frontend run build",
"web:dev": "turbo run dev --filter=@modrinth/frontend",
"app:dev": "turbo run dev --filter=@modrinth/app",
"build": "turbo run lint",
"build": "turbo run build",
"lint": "turbo run lint",
"test": "turbo run test"
},
Expand Down

0 comments on commit 5acd47b

Please sign in to comment.