Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

fix: Updates for internal CI scripts #258

Merged
merged 3 commits into from Aug 7, 2018
Merged

Conversation

robertjd
Copy link
Contributor

@robertjd robertjd commented Aug 7, 2018

The setup.sh script was failing to find globally installed NPM modules. Applying the workarounds we've used elsewhere.

scripts/setup.sh Outdated
@@ -1,5 +1,7 @@
#!/bin/bash

export PATH="${PATH}:$(yarn global bin)"
Copy link
Contributor

Choose a reason for hiding this comment

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

Lets make sure we add a comment to be consistent with what we've done in other repos. We should be indicating why this line is required.

# Add yarn to the $PATH so cli commands do not fail
export PATH="${PATH}:$(yarn global bin)"

@robertdamphousse-okta robertdamphousse-okta merged commit 2e251da into master Aug 7, 2018
@robertdamphousse-okta robertdamphousse-okta deleted the rd-fix-ci branch August 7, 2018 22:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants