GrapesJS / grapesjs

Free and Open source Web Builder Framework. Next generation tool for building templates without coding
https://grapesjs.com
Other
22.69k stars 4.11k forks source link

refactor: remove extra build #6127

Closed danstarns closed 2 months ago

danstarns commented 2 months ago

We have an extra build step in the CI we don't need, and --force is not needed either.

danstarns commented 2 months ago

👍

One thing I'd recommend to check if we're still running ts:build, which generates TS files, and ts:check which ensures the generated file is valid (sometimes it's happened the TS file had some issues)

https://github.com/GrapesJS/grapesjs/pull/6133