Skip to content

Commit

Permalink
Fix postinstall script on Windows (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
vestial authored Apr 30, 2020
1 parent 222f280 commit 285b383
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 @@ -9,7 +9,7 @@
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('You must use Yarn to install, not NPM')\"",
"install:pod": "cd ios && bundle install && bundle exec pod install",
"lint": "eslint ./",
"postinstall": "patch-package; npx react-native-jetifier",
"postinstall": "patch-package && npx react-native-jetifier",
"postversion": "react-native-version",
"format:all": "prettier --write ./app/**/*.js",
"detox-setup": "detox clean-framework-cache && detox build-framework-cache",
Expand Down

0 comments on commit 285b383

Please sign in to comment.