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
We had the same problem but it was caused by a missing .npmignore. We have a .gitignore file which excludes dist from Git (So that transpiled files are not included). Adding a blank .npmignore file made the files created by prepare remain, because NPM uses .gitignore when .npmignore is missing.
The text was updated successfully, but these errors were encountered: