Skip to content

Commit

Permalink
new features
Browse files Browse the repository at this point in the history
  • Loading branch information
ogeobubu committed Oct 22, 2024
1 parent 6e00572 commit 227d1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"server": "cd src && nodemon --exec ts-node server.ts",
"client": "cd client && yarn run dev",
"client-build": "cd client && yarn build",
"client-build": "cd client && yarn install && yarn build",
"dev": "concurrently \"yarn server\" \"yarn client\"",
"build": "concurrently \"yarn server\" \"yarn client-build\""
},
Expand Down

0 comments on commit 227d1b7

Please sign in to comment.