We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef9ef2 commit 2190873Copy full SHA for 2190873
package.json
@@ -10,7 +10,7 @@
10
"test": "jest",
11
"test:coverage": "jest --coverage",
12
"start": "ts-node src/app.ts",
13
- "build": "tsc",
+ "build": "tsc && cp -r src/templates dist/",
14
"serve": "node dist/app.js"
15
},
16
"devDependencies": {
0 commit comments