Merge branch 'develop' into release-ccb
This commit is contained in:
commit
e205209b12
@ -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