Closed kylorhall-atlassian closed 3 months ago
Latest commit: 4cfc3583d76f25cba48bd231569c7d8c635fbe56
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Name | Link |
---|---|
Latest commit | 4cfc3583d76f25cba48bd231569c7d8c635fbe56 |
Latest deploy log | https://app.netlify.com/sites/compiled-css-in-js/deploys/669db47f3d155e0008852e08 |
I believe following https://github.com/atlassian-labs/compiled/pull/1677 our releases have started to fail.
Example error: https://github.com/atlassian-labs/compiled/actions/runs/10032812760/job/27725059509#step:6:26
This is because
yarn release
runsyarn build
at the root which runs the website which has a dependency not installed via the rootyarn install
command, so this addsworkspaces-run
to the rootyarn.lock
.