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

We need to install JS dependencies in setup #939

Merged
merged 1 commit into from
Oct 1, 2018

Conversation

danbee
Copy link
Contributor

@danbee danbee commented Oct 1, 2018

This gets run when first creating a Suspenders project but not on setup. It should be.

@@ -10,6 +10,9 @@ set -e
gem install bundler --conservative
bundle check || bundle install

# Install JavaScript dependencies
bin/yarn
Copy link
Contributor

Choose a reason for hiding this comment

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

Will there always be a bin/yarn?

Copy link
Contributor

Choose a reason for hiding this comment

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

Based on our conversation IRL, it seems like the answer is yes

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, it gets run on suspenders new to install Normalize.css.

@@ -10,6 +10,9 @@ set -e
gem install bundler --conservative
bundle check || bundle install

# Install JavaScript dependencies
bin/yarn
Copy link
Contributor

Choose a reason for hiding this comment

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

Based on our conversation IRL, it seems like the answer is yes

@danbee danbee merged commit 5f5991f into master Oct 1, 2018
@danbee danbee deleted the run-yarn-install-in-setup branch October 1, 2018 14:43
@stevepolitodesign stevepolitodesign mentioned this pull request Jan 9, 2023
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants