Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
walosha committed Nov 28, 2022
1 parent a350b67 commit 96107c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "index.js",client-install
"scripts": {
"kill": "killall node",
"client-install": "npm install --prefix client",
"build": "npm install --prefix client",
"start": "node server.js",
"server": "nodemon server.js",
"client": "npm start --prefix client",
Expand Down

0 comments on commit 96107c3

Please sign in to comment.