Skip to content

Commit

Permalink
Merge pull request #110 from dohooo/re/fixscripts
Browse files Browse the repository at this point in the history
refactor: fix script bootstrap
  • Loading branch information
dohooo authored Jan 22, 2022
2 parents ea23e9e + 9733c0f commit 3082b57
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 @@ -35,7 +35,7 @@
"android": "yarn --cwd example android",
"android:pretty": "yarn --cwd example android:pretty",
"pods": "cd example && pod-install --quiet",
"bootstrap": "yarn example && yarn && yarn pods",
"bootstrap": "yarn && yarn pods",
"deploy": "cd example && yarn deploy"
},
"keywords": [
Expand Down

0 comments on commit 3082b57

Please sign in to comment.