chore: add build number and release scripts
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-05-12 20:52:35 -05:00
parent e7b74c827a
commit 7b1b5d0f6c
3 changed files with 23 additions and 0 deletions
+3
View File
@@ -11,6 +11,9 @@
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"release:patch": "npm version patch -m \"chore(release): %s\"",
"release:minor": "npm version minor -m \"chore(release): %s\"",
"release:major": "npm version major -m \"chore(release): %s\"",
"test": "vitest run",
"test:watch": "vitest"
},