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
fix: move index.ts to bin/index.ts and update main file entry
Due to some reason, the installation of package executes `build/index.js`
file, which in-turn re-generates the ace manifest file. Ideally, manifest
should only be generate during the build and not after installation
0 commit comments