Skip to content

Commit

Permalink
#update build comand
Browse files Browse the repository at this point in the history
  • Loading branch information
edumudu committed Jul 27, 2020
1 parent 381767c commit 92dab6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"author": "Eduardo Wesley <[email protected]>",
"license": "MIT",
"scripts": {
"postinstall": "yarn build",
"start": "cd server && yarn start"
"postinstall": "cd server && yarn",
"start": "cd server && yarn start",
"build": "cd server && yarn build"
}
}

0 comments on commit 92dab6c

Please sign in to comment.