Skip to content

Commit

Permalink
feat: add build script in the root
Browse files Browse the repository at this point in the history
  • Loading branch information
Trancever committed Dec 17, 2020
1 parent fb2e38f commit c4f3662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"release": "release-it",
"example": "yarn --cwd example",
"pods": "cd example && pod-install --quiet",
"bootstrap": "yarn example && yarn && yarn pods"
"bootstrap": "yarn example && yarn && yarn pods",
"build": "cd example && yarn build && cd .."
},
"keywords": [
"react-native",
Expand Down

0 comments on commit c4f3662

Please sign in to comment.