Skip to content

Commit dd8a99d

Browse files
committed
fix(build) add build and run
1 parent 088c594 commit dd8a99d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/ws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"build": "npx tsc -b",
77
"start": "node dist/index.js",
8-
"dev": "pnpm run build && pnpm run start"
8+
"start:ws": "cd apps/ws && pnpm run build && pnpm run start"
99
},
1010
"devDependencies": {
1111
"@repo/common": "workspace:*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
99
"db:generate": "cd packages/db && prisma generate && cd ../..",
1010
"start:collabydraw": "cd apps/collabydraw && pnpm run start",
11-
"start:ws": "cd apps/ws && pnpm run build"
11+
"start:ws": "cd apps/ws && pnpm run start"
1212
},
1313
"devDependencies": {
1414
"prettier": "^3.5.0",

0 commit comments

Comments
 (0)