Test git push --tags in postversion script

This commit is contained in:
phil 2025-06-29 12:20:00 +02:00
parent 4f221e46e8
commit 8054b055e0

View file

@ -6,7 +6,8 @@
"build": "run-p type-check \"build-only {@}\" --", "build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview", "preview": "vite preview",
"build-only": "vite build", "build-only": "vite build",
"type-check": "vue-tsc --build" "type-check": "vue-tsc --build",
"postversion": "git push && git push --tags"
}, },
"dependencies": { "dependencies": {
"pinia": "^3.0.1", "pinia": "^3.0.1",