Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/pretty-loops-go.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-airplay": patch
---

Fixed Yarn postinstall bug.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,16 @@
"!**/.*"
],
"scripts": {
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"postinstall": "husky",
"prepack": "yarn build && pinst --disable",
"postpack": "pinst --enable",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
"build": "bob build",
"test": "jest",
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"format": "prettier --write \"**/*.{js,ts,tsx,json,md}\" && clang-format -i ios/ReactAirplay/**/*.{h,mm}",
"format:check": "prettier --check \"**/*.{js,ts,tsx,json,md}\" && clang-format --dry-run -Werror ios/ReactAirplay/**/*.{h,mm}",
"prepack": "yarn build",
"publish:packages": "yarn build && yarn workspaces foreach -Apt --no-private npm publish --access public --tolerate-republish && yarn changeset tag"
},
"keywords": [
Expand Down
Loading