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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove lockfile from integration-test project #647

Merged
merged 1 commit into from
Jun 30, 2021

Conversation

jacobwinch
Copy link
Contributor

@jacobwinch jacobwinch commented Jun 29, 2021

What does this change?

We tried to introduce a lockfile for the integration tests relatively recently (see #570). Unfortunately, this seems to cause problems when attempting to upgrade dependencies.

More specifically, it seems that we end up referencing the wrong @aws-cdk versions in the package-lock.json, despite bumping the version number in all of the appropriate package.json files. This means that we have to sort the lockfile out manually, which slows us down.

Consequently, this PR removes the lockfile from the integration-test project entirely; I don't think it's hugely important to have deterministic builds for this test project anyway 馃

@jacobwinch jacobwinch marked this pull request as ready for review June 29, 2021 14:15
@jacobwinch jacobwinch requested a review from a team June 29, 2021 14:15
@jacobwinch jacobwinch merged commit 4416cbb into main Jun 30, 2021
@jacobwinch jacobwinch deleted the jw-drop-package-lock-integration branch June 30, 2021 06:58
@github-actions
Copy link
Contributor

github-actions bot commented Jul 1, 2021

馃帀 This PR is included in version 21.0.0 馃帀

The release is available on:

Your semantic-release bot 馃摝馃殌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants