Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidy up and add yarn to bin/setup #2748

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

nickcharlton
Copy link
Member

Previously, we weren't including yarn, likely from back when we didn't need it.

This was also a good opportunity to remove the comments, simplify and modernise some of the commands we run (by running commands through bin/rails).

Previously, we weren't including yarn, likely from back when we didn't
need it.

This was also a good opportunity to remove the comments, simplify and
modernise some of the commands we run (by running commands through
`bin/rails`).
@nickcharlton nickcharlton added documentation how to use administrate, examples and common usage dependencies changes or issues relating to a dependency labels Jan 7, 2025
@nickcharlton nickcharlton added this to the v1.0.0 milestone Jan 7, 2025
Copy link
Contributor

@slickepinne slickepinne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works perfectly!

@nickcharlton nickcharlton merged commit 2aadd02 into main Jan 9, 2025
26 of 27 checks passed
@nickcharlton nickcharlton deleted the nc-tidy-up-and-add-yarn-to-setup branch January 9, 2025 21:05
nickcharlton added a commit that referenced this pull request Jan 10, 2025
In #2748, we tidied up some parts of `bin/setup`, but went too far and
also remove the `bundle install` command. Once we made a change to
bundle, this then failed.

So add that back in.
nickcharlton added a commit that referenced this pull request Jan 10, 2025
In #2748, we tidied up some parts of `bin/setup`, but went too far and
also remove the `bundle install` command. Once we made a change to
bundle, this then failed.

So add that back in.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies changes or issues relating to a dependency documentation how to use administrate, examples and common usage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants