Skip to content

Commit 2190873

Browse files
committed
fix: copy templates
1 parent 9ef9ef2 commit 2190873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "jest",
1111
"test:coverage": "jest --coverage",
1212
"start": "ts-node src/app.ts",
13-
"build": "tsc",
13+
"build": "tsc && cp -r src/templates dist/",
1414
"serve": "node dist/app.js"
1515
},
1616
"devDependencies": {

0 commit comments

Comments
 (0)