fix: add deploy script to package.json
This commit is contained in:
parent
cb0263522a
commit
6f4e6a50e7
|
|
@ -3,6 +3,9 @@
|
|||
"version": "0.1.0",
|
||||
"description": "Posimai Tech Events - Connpass連携のITイベントPWA",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"deploy": "git push gitea main && git push github main"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue