From 6d6531bf9be08ea8b8ab3cccdfdd5f431e9f8af9 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 14 Nov 2022 11:01:53 -0700 Subject: [PATCH] Use built version of authentication plugin in component_tests --- component_tests/cgv/package.json | 1 + component_tests/lgv/package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/component_tests/cgv/package.json b/component_tests/cgv/package.json index 50db873c45..35be16d918 100644 --- a/component_tests/cgv/package.json +++ b/component_tests/cgv/package.json @@ -27,6 +27,7 @@ "resolutions": { "@jbrowse/core": "file:./packed/jbrowse-core.tgz", "@jbrowse/plugin-alignments": "file:./packed/jbrowse-plugin-alignments.tgz", + "@jbrowse/plugin-authentication": "file:./packed/jbrowse-plugin-authentication.tgz", "@jbrowse/plugin-bed": "file:./packed/jbrowse-plugin-bed.tgz", "@jbrowse/plugin-circular-view": "file:./packed/jbrowse-plugin-circular-view.tgz", "@jbrowse/plugin-config": "file:./packed/jbrowse-plugin-config.tgz", diff --git a/component_tests/lgv/package.json b/component_tests/lgv/package.json index 68325b3030..9de83ee1c3 100644 --- a/component_tests/lgv/package.json +++ b/component_tests/lgv/package.json @@ -27,6 +27,7 @@ "resolutions": { "@jbrowse/core": "file:./packed/jbrowse-core.tgz", "@jbrowse/plugin-alignments": "file:./packed/jbrowse-plugin-alignments.tgz", + "@jbrowse/plugin-authentication": "file:./packed/jbrowse-plugin-authentication.tgz", "@jbrowse/plugin-bed": "file:./packed/jbrowse-plugin-bed.tgz", "@jbrowse/plugin-circular-view": "file:./packed/jbrowse-plugin-circular-view.tgz", "@jbrowse/plugin-config": "file:./packed/jbrowse-plugin-config.tgz",