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
chore(replay): Use Monorepo's toplevel .npmignore (#6361)
Remove Replay's empty `.npmignore` file as we can use the monorepo's top-level `.npmignore` file. When running `build:npm`, this top-level ignore file is copied into the `build/npm` directory where it is used to control what's going into the NPM tarball. Because the Replay package now has the same contents and structure as all our other packages, we don't need a package-specific ignore file.
0 commit comments