Merged PR 891: 不具合対応
## 概要 [Task4163: 不具合対応](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/4163) - ビルド成果物にメール用のテンプレートも含めるように修正 ## レビューポイント - 特になし ## 動作確認状況 - ローカルで確認 - 行った修正がデグレを発生させていないことを確認できるか - コードの修正はなし ## 補足 - 相談、参考資料などがあれば
This commit is contained in:
parent
c813ddc0ac
commit
b71c4398d2
@ -4,7 +4,7 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/src/functions/*.js",
|
"main": "dist/src/functions/*.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc && mkdir -p dist/src/templates && cp -r /app/dictation_function/src/templates/* dist/src/templates/",
|
||||||
"watch": "tsc -w",
|
"watch": "tsc -w",
|
||||||
"clean": "rimraf dist",
|
"clean": "rimraf dist",
|
||||||
"prestart": "npm run clean && npm run build",
|
"prestart": "npm run clean && npm run build",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user