diff --git a/packages/astro/package.json b/packages/astro/package.json index 2926aaa..a652be6 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -19,6 +19,7 @@ "build": "astro check && astro build", "preview": "astro preview", "astro": "astro", + "check": "astro check", "lint": "eslint .", "test": "playwright test" },