Skip to content

Commit

Permalink
[flipper] Don't break the build if the reactdevtools patching fails
Browse files Browse the repository at this point in the history
Summary:
There seems to be a bug in yarn workspaces on Windows:

```
Error: Cannot find module 'D:\\a\\flipper\\flipper\\desktop\\plugins\\public\\node_modules\\node_modules\\ts-node\\dist\\bin.js
```


Test Plan:
Let's see if CI will be happy again.

Reviewers:

Subscribers:

Tasks:

Tags:
  • Loading branch information
passy committed Aug 25, 2023
1 parent 2a6426e commit eae4f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/plugins/public/reactdevtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"flipper-plugin": "*"
},
"scripts": {
"postinstall": "ts-node scripts/remove-sourcemap-reference.tsx"
"postinstall": "ts-node scripts/remove-sourcemap-reference.tsx || true"
}
}

0 comments on commit eae4f07

Please sign in to comment.