WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.34k stars 4.13k forks source link

[Automated Testing] Automate the creation of any artifacts #27419

Open annezazu opened 3 years ago

annezazu commented 3 years ago

Automate the creation of any artifacts, or remove them from the repository (npm run docs:build). There should ideally be no "Build artifacts" Travis job.

gziolo commented 3 years ago

We don't use Travis anymore, but to to the point. In fact we could create a bot that tries to fix some common issues reported:

Those 3 commands when missed locally could improve the experience. We would need yo leave the comment informing about new commit added and prompt to run git pull locally before adding more changes 😃