diff --git a/desktop/plugins/public/reactdevtools/package.json b/desktop/plugins/public/reactdevtools/package.json index bc8e84395..32139443a 100644 --- a/desktop/plugins/public/reactdevtools/package.json +++ b/desktop/plugins/public/reactdevtools/package.json @@ -39,6 +39,6 @@ "flipper-plugin": "*" }, "scripts": { - "postinstall": "ts-node scripts/remove-sourcemap-reference.tsx" + "postinstall": "ts-node scripts/remove-sourcemap-reference.tsx || true" } }