0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 08:30:27 +03:00

Update deploy workflow to include build step and testing Gitea Action

This commit is contained in:
2024-09-11 20:25:20 +00:00
parent be3616d2d6
commit d3034596b7
3 changed files with 141 additions and 75 deletions

View File

@ -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",