Skip to content

Commit

Permalink
npm intead of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Michalik committed May 4, 2022
1 parent f5e615c commit 8d4a51d
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 @@ -11,8 +11,8 @@
"client": "npm start --prefix client",
"server": "nodemon server.js",
"start": "node server.js",
"build": "yarn install --prefix client && yarn run build --prefix client",
"start-prod": "yarn run build && NODE_ENV=production yarn run start"
"build": "npm install --prefix client && npm run build --prefix client",
"start-prod": "npm run build && NODE_ENV=production npm run start"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8d4a51d

Please sign in to comment.