Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xingsy97 committed Aug 8, 2023
1 parent 966e338 commit 78bc6db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"socket.io-client": "^4.7.2"
},
"scripts": {
"build": "tsc client.ts server.js --outDir ./dist",
"build": "tsc client.ts server.ts --outDir ./dist",
"server": "node ./dist/server.js",
"client": "node ./dist/client.js"
}
Expand Down

0 comments on commit 78bc6db

Please sign in to comment.