ljmotta commented on PR #2188: URL: https://github.com/apache/incubator-kie-tools/pull/2188#issuecomment-2048585841
After checking the `pnpm-lock.yaml` file I could find some inconsistences, please make this steps to ensure everything is correct: - Merge with origin/main; - Checkout origins pnpm-lock; - Update pnpm-lock and push; On the monorepo root: ```sh git fetch origin git merge origin/main git checkout origin/main -- pnpm-lock.yaml pnpm bootstrap git add . git commit git push ... ``` -- 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]
