File(p.join(current.path, 'pubspec.yaml')).existsSync()) {I don't think this is correct in the context of Pub workspaces. If I'm not mistaken, we should be looking for the `.dart_tool` directory.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
File(p.join(current.path, 'pubspec.yaml')).existsSync()) {I don't think this is correct in the context of Pub workspaces. If I'm not mistaken, we should be looking for the `.dart_tool` directory.
Or more specifically, the `package_config.json` file inside it. I'm not aware of any rule against having a `.dart_tool` directory somewhere under the root of the workspace / package.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Jaime Wren abandoned this change.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |