From d5d82b48d688d43c189738033e6c55677249fb4b Mon Sep 17 00:00:00 2001 From: Jon Drews Date: Sat, 18 Nov 2023 19:41:34 -0500 Subject: [PATCH] Remove packageManager spec, GitHub CI does not like it --- web/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/package.json b/web/package.json index 90b0125..afcbf75 100644 --- a/web/package.json +++ b/web/package.json @@ -30,6 +30,5 @@ "clean": "rimraf dist", "//": "TODO: patch-patternfly is to fix an upstream problem tracked at: https://github.com/patternfly/patternfly/issues/4930", "patch-patternfly": "shx sed -i 's/..\\/..\\/assets\\//\\/node_modules\\/@patternfly\\/react-styles\\/css\\/assets\\//g' node_modules/@patternfly/react-styles/css/components/BackgroundImage/background-image.css node_modules/@patternfly/react-styles/css/components/AboutModalBox/about-modal-box.css node_modules/@patternfly/react-styles/css/components/FormControl/form-control.css node_modules/@patternfly/react-core/node_modules/@patternfly/react-styles/css/components/BackgroundImage/background-image.css node_modules/@patternfly/react-core/node_modules/@patternfly/react-styles/css/components/AboutModalBox/about-modal-box.css node_modules/@patternfly/react-core/node_modules/@patternfly/react-styles/css/components/FormControl/form-control.css node_modules/@patternfly/react-core/node_modules/@patternfly/react-styles/css/components/AboutModalBox/about-modal-box.css" - }, - "packageManager": "yarn@4.0.2" + } }