Skip to content

Commit

Permalink
chore: remove astro check from build command
Browse files Browse the repository at this point in the history
  • Loading branch information
sahithyandev committed Nov 3, 2024
1 parent 12ad3af commit bd4e00e
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 @@ -6,7 +6,7 @@
"prepare": "husky || true",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "prettier --check .; biome check; biome format",
Expand Down

0 comments on commit bd4e00e

Please sign in to comment.