Skip to content

Commit 1946c65

Browse files
committed
FIX copy template to dist
1 parent 38611f9 commit 1946c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"typescript-eslint": "^8.36.0"
4242
},
4343
"scripts": {
44-
"build": "tsc",
44+
"build": "tsc && mkdir -p dist/src/templates && cp -r src/templates/* dist/src/templates/",
4545
"start": "node dist/server.js",
4646
"dev": "nodemon --watch src --exec ts-node src/server.ts & nodemon --watch src --ext js,ts --exec \"eslint . --ext .js,.ts --fix\"",
4747
"test": "echo \"Error: no test specified\" && exit 1",

0 commit comments

Comments
 (0)