From d3034596b77d3983253d3558f0bf581e42db3171 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 11 Sep 2024 20:25:20 +0000 Subject: Update deploy workflow to include build step and testing Gitea Action --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 4928a48..772c148 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "format": "prettier --write .", "dev": "astro dev", "start": "astro dev", + "check": "astro check", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" @@ -14,10 +15,10 @@ "@astrojs/check": "^0.9.3", "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", - "astro": "^4.15.2", + "astro": "^4.15.4", "mdast-util-to-string": "^4.0.0", "reading-time": "^1.5.0", - "typescript": "^5.5.4" + "typescript": "^5.6.2" }, "devDependencies": { "prettier": "^3.3.3", -- cgit v1.2.3