diff --git a/package.json b/package.json index 5dd70e22..895eec38 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "git+https://github.com/SileaJS/silea.dev.git" }, "scripts": { - "build": "astro check && astro build", + "prepublishOnly": "astro check && astro build", "start": "astro dev" }, "devDependencies": {