Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

Commit 02f0da1

Browse files
committed
fix: remove astro check requirement
1 parent a9fc5d0 commit 02f0da1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"preinstall": "npx only-allow pnpm",
77
"dev": "astro dev",
88
"start": "astro dev",
9-
"build": "astro check && astro build",
9+
"build": "astro build",
1010
"preview": "astro preview",
1111
"astro": "astro",
1212
"check": "astro check",

0 commit comments

Comments
 (0)