Skip to content

Commit

Permalink
fix: precheck
Browse files Browse the repository at this point in the history
  • Loading branch information
arjendevos committed Sep 27, 2023
1 parent db270db commit 2c173f8
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 @@ -30,7 +30,8 @@
"pods": "cd example && pod-install --quiet",
"release": "release-it --ci --github.autoGenerate",
"bootstrap": "yarn example && yarn && yarn pods",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"prepack": "bob build"
},
"keywords": [
"react-native",
Expand Down

0 comments on commit 2c173f8

Please sign in to comment.