You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our workspace using NX with @nxext/capacitor we have a somewhat special (?) situation where everything works great, except it turns out that if a capacitor plugins defines a prepare step in its npm scripts, @nxext/capacitor:cap sync causes that prepare step to trigger.
For this library it means the dist folder of file-opener in node_modules is deleted, breaking the lib.
In our workspace using NX with @nxext/capacitor we have a somewhat special (?) situation where everything works great, except it turns out that if a capacitor plugins defines a prepare step in its npm scripts, @nxext/capacitor:cap sync causes that prepare step to trigger.
For this library it means the dist folder of file-opener in node_modules is deleted, breaking the lib.
See here for more details: nxext/nx-extensions-ionic#4
It turns out that for the last 15 capacitor plugins we have not had any problems, as none of them use a prepare step, and our setup works great.
file-opener however uses a prepare step. Maybe it's build process could somehow be modified in a small way to not use it?
The text was updated successfully, but these errors were encountered: