thiagoelg commented on PR #3170: URL: https://github.com/apache/incubator-kie-tools/pull/3170#issuecomment-2963448835
> @thiagoelg, Are there extra steps introduced in this PR to build individual packages? if I run "pnpm bootstrap -F swf-vscode-extension" "pnpm -F swf-vscode-extension... build:prod" in the "main" it works, hoewever, if I do the same in "[stop-depending-on-timestamped-snapshots](https://github.com/tiagobento/incubator-kie-tools/tree/stop-depending-on-timestamped-snapshots)" it breaks. > > Could you take a look please? @handreyrc You have to bootstrap the `swf-vscode-extension` and **all** of its dependencies with `pnpm bootstrap -F swf-vscode-extension...` (notice the `...` at the end). Btw, I've pushed a new commit that fix the build if you are using Devbox. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
