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
Our release zip file seems to contain some files that aren't useful. For example, I think that Jest and TypeScript files (among others) are unneeded when distributing to WordPress.org.
Describe the solution you'd like
Identify the unneeded files that get bundled in our release .zip file, and take care not to include them there.
The text was updated successfully, but these errors were encountered:
Agreed! I think we can safely remove the tests directory, and all the ts, tsx, and scss files from the built version, since essentially those are bundled in the build/ directory.
Although, I'm not sure if it's against WordPress.org Plugin Directory TOS to not include the source files in the plugin, but we can investigate that.
Is your feature request related to a problem?
Our release zip file seems to contain some files that aren't useful. For example, I think that Jest and TypeScript files (among others) are unneeded when distributing to WordPress.org.
Describe the solution you'd like
Identify the unneeded files that get bundled in our release .zip file, and take care not to include them there.
The text was updated successfully, but these errors were encountered: