Skip to content

Commit

Permalink
fixed package.json install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertArakelyan committed Oct 8, 2023
1 parent 1ada9cb commit b0c6206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"intall-server": "npm install --prefix server",
"intall-client": "npm install --prefix client",
"install-server": "npm install --prefix server",
"install-client": "npm install --prefix client",
"install": "npm run install-server && npm run install-client",
"server": "npm run watch --prefix server",
"client": "npm start --prefix client",
Expand Down

0 comments on commit b0c6206

Please sign in to comment.