diff --git a/package.json b/package.json index a415132..46ef6d3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.3.0", "private": false, "scripts": { - "dev": "astro check --watch & astro dev", + "dev": "astro dev", "start": "astro dev", "build": "astro build && jampack ./dist", "preview": "astro preview",