Skip to content

Commit

Permalink
chore: Add lockfile to integration-test project
Browse files Browse the repository at this point in the history
We previously had issues with lockfiles in CI for the `integration-test` project.
This caused a few issues and led to the changes in #569.

This change reverts those commits and adds a lockfile.
That is, I'm not sure what the previous issues were, but they don't seem to
exist anymore and we can use lockfiles in CI and gain deterministic builds.
  • Loading branch information
akash1810 committed May 19, 2021
1 parent cec95e6 commit 05b74f3
Show file tree
Hide file tree
Showing 3 changed files with 22,753 additions and 9 deletions.
5 changes: 0 additions & 5 deletions integration-test/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
# Output directory for generated cloudformation.
cdk.out

# Ignore package-lock.json to avoid the following error when reinstalling dependencies:
# npm ERR! notarget No matching version found for eslint-plugin-custom-rules@1.0.0.
# This is because we're installing @guardian/cdk from file, which is in turn installing eslint-plugin-custom-rules from file.
package-lock.json
Loading

0 comments on commit 05b74f3

Please sign in to comment.