Skip to content

Commit

Permalink
change postinstall command
Browse files Browse the repository at this point in the history
  • Loading branch information
edumudu committed Jul 27, 2020
1 parent e6b796e commit 381767c
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 @@
"author": "Eduardo Wesley <[email protected]>",
"license": "MIT",
"scripts": {
"postinstall": "cd server && yarn && yarn build",
"postinstall": "yarn build",
"start": "cd server && yarn start"
}
}

0 comments on commit 381767c

Please sign in to comment.