fix: add deploy script to package.json

This commit is contained in:
posimai 2026-03-16 19:20:21 +09:00
parent cb0263522a
commit 6f4e6a50e7
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
"version": "0.1.0", "version": "0.1.0",
"description": "Posimai Tech Events - Connpass連携のITイベントPWA", "description": "Posimai Tech Events - Connpass連携のITイベントPWA",
"private": true, "private": true,
"scripts": {
"deploy": "git push gitea main && git push github main"
},
"engines": { "engines": {
"node": ">=18" "node": ">=18"
} }