From fcbc5f00b55814860be08a6a61bdaa49b802d9d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Abadesso?= Date: Mon, 15 Apr 2024 13:17:22 -0300 Subject: [PATCH] chore: added patch-package to postinstall --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b1557f73..ec76dfe56 100644 --- a/package.json +++ b/package.json @@ -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",