Skip to content

Commit

Permalink
yarn -> npm
Browse files Browse the repository at this point in the history
  • Loading branch information
dandiflower committed Jul 12, 2018
1 parent 724a60c commit 4c893f9
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 @@ -5,7 +5,7 @@
"scripts": {
"start": "node app.js",
"build": "cd client && npm run build",
"install": "cd client && yarn install",
"install": "cd client && npm install",
"frontend": "cd client && yarn start"
},
"dependencies": {
Expand Down

0 comments on commit 4c893f9

Please sign in to comment.