Skip to content

Commit

Permalink
moved patch-sifir_android.mjs to patches dir
Browse files Browse the repository at this point in the history
  • Loading branch information
myxmaster committed Feb 22, 2024
1 parent 8d42bed commit fd844a3
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -18,7 +18,7 @@
"start": "react-native start",
"ra": "react-native run-android",
"ri": "react-native run-ios",
"postinstall": "rn-nodeify --install --hack & node patch-sifir_android.mjs & npx jetify & yarn run patch & react-native setup-ios-permissions & yarn run fetch-libraries & pod-install",
"postinstall": "rn-nodeify --install --hack & node patches/patch-sifir_android.mjs & npx jetify & yarn run patch & react-native setup-ios-permissions & yarn run fetch-libraries & pod-install",
"test": "jest",
"tsc": "tsc",
"lint": "eslint --ext .js,.ts,.tsx \"*.@(js|ts|tsx)\" . && yarn run test check-styles.test.ts --testPathIgnorePatterns=",
Expand Down
File renamed without changes.

0 comments on commit fd844a3

Please sign in to comment.