From 6df5e75723819491da615d9388748408850e4a2c Mon Sep 17 00:00:00 2001 From: kami <97310758+VlxtIykg@users.noreply.github.com> Date: Wed, 4 Mar 2026 04:44:30 +0800 Subject: [PATCH] dev(): Added dev tools --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6692cf5..880442a 100644 --- a/package.json +++ b/package.json @@ -3,16 +3,20 @@ "type": "module", "version": "0.0.1", "scripts": { + "predev": "astro check", + "prebuild": "astro check", "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { + "@astrojs/check": "^0.9.6", "@astrojs/mdx": "^4.3.13", "@astrojs/rss": "^4.0.15", "@astrojs/sitemap": "^3.7.0", "astro": "^5.17.1", - "sharp": "^0.34.3" + "sharp": "^0.34.3", + "typescript": "^5.9.3" } -} \ No newline at end of file +}