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

ci: move deployment test dependencies out of main remix deps #2080

Merged
merged 22 commits into from
Feb 23, 2022

Conversation

mcansh
Copy link
Collaborator

@mcansh mcansh commented Feb 22, 2022

This PR does the following:

  • installs create-remix from npm instead of using the built version from build
    • doing so, allows us to not have to rebuild remix during each deployment job
  • moves dependencies that are only used by the deployment tests to scripts/deployment-test/package.json
    • allows us to not have to install unused deps when working on remix itself
  • explicitly adds the various CLIs used to dependencies
  • updates 'checkUp' function

with all of that said, we cut out a nice chunk of time for each deployment Group 2

Signed-off-by: Logan McAnsh logan@mcan.sh

Closes: #

  • Docs
  • Tests

Signed-off-by: Logan McAnsh <logan@mcan.sh>
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Signed-off-by: Logan McAnsh <logan@mcan.sh>
@mcansh mcansh marked this pull request as ready for review February 22, 2022 22:52
@mcansh mcansh requested a review from mjackson February 22, 2022 22:52
Signed-off-by: Logan McAnsh <logan@mcan.sh>
@mcansh mcansh marked this pull request as draft February 22, 2022 22:55
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Signed-off-by: Logan McAnsh <logan@mcan.sh>
@mcansh mcansh marked this pull request as ready for review February 23, 2022 02:04
Signed-off-by: Logan McAnsh <logan@mcan.sh>
Copy link
Member

@mjackson mjackson left a comment

Choose a reason for hiding this comment

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

Looks great, @mcansh! Thank you! 👏

@mcansh mcansh merged commit d95e6bd into dev Feb 23, 2022
@mcansh mcansh deleted the logan/use-create-remix-from-npm branch February 23, 2022 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants