From 47765a069af141aab1e2a035f3f89bfdab88538d Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 16 Aug 2023 16:50:22 +0300 Subject: [PATCH] squash! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {