remove unused check task

This commit is contained in:
Felix Roos 2025-01-26 15:46:13 +01:00
parent 46400effb7
commit 5d98fd2ab3
No known key found for this signature in database

View File

@ -6,7 +6,6 @@
"scripts": {
"dev": "astro dev --host 0.0.0.0",
"start": "astro dev",
"check": "astro check && tsc",
"build": "astro build",
"preview": "astro preview --port 3009 --host 0.0.0.0",
"astro": "astro",