Skip to content

Commit

Permalink
patch command added back
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyasenjaliya committed Nov 23, 2022
1 parent ee3591b commit 5267542
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 @@ -7,7 +7,7 @@
"license": "MIT",
"private": true,
"scripts": {
"postinstall": "cd desktop && npm install",
"postinstall": "npx patch-package && cd desktop && npm install",
"clean": "npx react-native clean-project-auto",
"android": "scripts/set-pusher-suffix.sh && npx react-native run-android --port=8083",
"ios": "scripts/set-pusher-suffix.sh && npx react-native run-ios --port=8082",
Expand Down

0 comments on commit 5267542

Please sign in to comment.