feat: copy the templates folder to dist when compiling
This commit is contained in:
parent
7f2b5b6964
commit
c40c14a481
@ -5,7 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"startonly": "node dist/app.js",
|
"startonly": "node dist/app.js",
|
||||||
"start": "tsc && node dist/app.js",
|
"start": "tsc && node dist/app.js",
|
||||||
"build": "tsc",
|
"build": "tsc && cp -r src/templates dist",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user