Closed danstarns closed 2 months ago
We have an extra build step in the CI we don't need, and --force is not needed either.
👍 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)
👍
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)
ts:build
ts:check
https://github.com/GrapesJS/grapesjs/pull/6133
We have an extra build step in the CI we don't need, and --force is not needed either.