Skip to content

Commit 18cb6d8

Browse files
committed
build(ws): replace esbuild with tsc for building TypeScript
1 parent d8c0ba0 commit 18cb6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/ws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"main": "index.js",
55
"scripts": {
6-
"build": "npx esbuild src/index.ts --bundle --outfile=dist/index.js --platform=node --tsconfig=tsconfig.json",
6+
"build": "npx tsc -b",
77
"start": "node dist/index.js",
88
"dev": "pnpm run build && pnpm run start"
99
},

0 commit comments

Comments
 (0)