Quantcast
Channel: Node.jsタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 9009

Firebase CloudFunctions x TypeScript をデバッグしながらHotDeploy

$
0
0

CloudFunctions x TypeScript デバッグしながらホットデプロイできるようにする

package.json

scriptsを以下のようにします(必要な部分のみ抜粋)

package.json
{"scripts":{"watch":"tsc --watch","shell":"npm run watch & firebase functions:shell","start":"npm run shell"}}

debug

npm start

ソースを保存したら自動的に反映(ホットデプロイ)されることを確認してみてください


Viewing all articles
Browse latest Browse all 9009

Trending Articles