Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dd8a99d

Browse filesBrowse files
committed
fix(build) add build and run
1 parent 088c594 commit dd8a99d
Copy full SHA for dd8a99d

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎apps/ws/package.json

Copy file name to clipboardExpand all lines: apps/ws/package.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: package.json
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.