deployコマンド定義 wip

This commit is contained in:
ろむねこ 2024-07-18 12:41:22 +09:00
parent ddf1c356d5
commit f3d5642eea
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -5,7 +5,8 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"clean": "rm -rf ./lambda/*" "clean": "rm -rf ./lambda/*",
"deploy": "npm run build && cp ./package.json ./lambda/ && git checkout master && git pull && git commit -am 'deploy' && git push && git checkout dev && git merge master && git push && git checkout master && ask deploy"
}, },
"author": "KidShift Team", "author": "KidShift Team",
"license": "Apache License", "license": "Apache License",