Skip to content

Commit

Permalink
chore: copy the README to the package before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
atlj committed Oct 4, 2024
1 parent 20891b8 commit 412d65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native-background-remover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
"prepare": "bob build",
"prepare": "cp ../../README.md ./ && bob build",
"release": "release-it"
},
"keywords": [
Expand Down

0 comments on commit 412d65c

Please sign in to comment.