Skip to content

Commit e3ff28e

Browse files
committed
Oops
1 parent 95a670e commit e3ff28e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/collaboration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Collaboration service using Yjs, WebSocket, and MongoDB.",
55
"main": "server.js",
66
"scripts": {
7-
"build": "npx tsc",
7+
"build": "npx tsc --build src/tsconfig.json",
88
"start": "npm run build && node ./dist/server.js",
99
"dev": "nodemon --files ./src/server.ts",
1010
"lint": "npx eslint .",

services/question/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"main": "server.js",
55
"scripts": {
6-
"build": "npx tsc",
6+
"build": "npx tsc --build src/tsconfig.json",
77
"start": "npm run build && node ./dist/server.js",
88
"dev": "nodemon --files ./src/server.ts",
99
"lint": "npx eslint .",

0 commit comments

Comments
 (0)