diff options
author | Valentin Popov <valentin@popov.link> | 2024-09-11 23:25:20 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-09-11 23:25:20 +0300 |
commit | d3034596b77d3983253d3558f0bf581e42db3171 (patch) | |
tree | d1ffcaa69a6d089697d7c69982ec5ca6faecd4ba /package.json | |
parent | be3616d2d6d3cff3604880e02b079a2b71b50ff9 (diff) | |
download | popov.link-d3034596b77d3983253d3558f0bf581e42db3171.tar.xz popov.link-d3034596b77d3983253d3558f0bf581e42db3171.zip |
Update deploy workflow to include build step and testing Gitea Action
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
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", |