From b71c4398d23dce8600002d597218b7b002c31ec2 Mon Sep 17 00:00:00 2001 From: "saito.k" Date: Wed, 8 May 2024 05:41:20 +0000 Subject: [PATCH] =?UTF-8?q?Merged=20PR=20891:=20=E4=B8=8D=E5=85=B7?= =?UTF-8?q?=E5=90=88=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 概要 [Task4163: 不具合対応](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/4163) - ビルド成果物にメール用のテンプレートも含めるように修正 ## レビューポイント - 特になし ## 動作確認状況 - ローカルで確認 - 行った修正がデグレを発生させていないことを確認できるか - コードの修正はなし ## 補足 - 相談、参考資料などがあれば --- dictation_function/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dictation_function/package.json b/dictation_function/package.json index 33f2287..15da5ee 100644 --- a/dictation_function/package.json +++ b/dictation_function/package.json @@ -4,7 +4,7 @@ "description": "", "main": "dist/src/functions/*.js", "scripts": { - "build": "tsc", + "build": "tsc && mkdir -p dist/src/templates && cp -r /app/dictation_function/src/templates/* dist/src/templates/", "watch": "tsc -w", "clean": "rimraf dist", "prestart": "npm run clean && npm run build",