Skip to content

Commit

Permalink
chore: added patch-package to postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabadesso committed Apr 15, 2024
1 parent 7f75836 commit fcbc5f0
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 @@ -16,7 +16,7 @@
"setup": "npm install && ./node_modules/.bin/allow-scripts && npm run postinstall",
"locale-update-pot": "ttag extract -o ./locale/texts.pot ./src/",
"preinstall": "exit 1",
"postinstall": "rn-nodeify --install stream,process,path,events,crypto,console,buffer --hack"
"postinstall": "rn-nodeify --install stream,process,path,events,crypto,console,buffer --hack && npx patch-package"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.36",
Expand Down

0 comments on commit fcbc5f0

Please sign in to comment.