From 354a5bf7418ae5681c68a708f06df0410ceecfc8 Mon Sep 17 00:00:00 2001 From: CD Cabrera Date: Wed, 24 Jul 2019 11:41:06 -0400 Subject: [PATCH] fix(build): issues/63 Quipudocs package (#66) --- Jenkinsfile | 1 + package.json | 2 +- yarn.lock | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ca1fd812..f012eedb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -52,6 +52,7 @@ pipeline { sh "npm -v" sh "sudo npm install yarn -g" sh "yarn --non-interactive" + sh "yarn upgrade --pattern quipudocs" } } stage ('Test Client') { diff --git a/package.json b/package.json index b33dd202..28a8b96f 100644 --- a/package.json +++ b/package.json @@ -94,6 +94,7 @@ "patternfly": "3.55.0", "patternfly-react": "^2.24.3", "prop-types": "^15.6.2", + "quipudocs": "https://github.com/quipucords/quipudocs.git#^0.9.1", "react": "^16.8.4", "react-bootstrap": "^0.32.4", "react-dom": "^16.8.4", @@ -129,7 +130,6 @@ "jest-cli": "^23.6.0", "moxios": "^0.4.0", "prettier": "^1.17.1", - "quipudocs": "https://github.com/quipucords/quipudocs.git#master", "react-app-rewired": "^1.5.0", "redux-mock-store": "^1.5.3", "standard-version": "^5.0.1", diff --git a/yarn.lock b/yarn.lock index 42fbea01..90a41fa9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8758,7 +8758,7 @@ quick-lru@^1.0.0: resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8" integrity sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g= -"quipudocs@https://github.com/quipucords/quipudocs.git#master": +"quipudocs@https://github.com/quipucords/quipudocs.git#^0.9.1": version "0.0.0" resolved "https://github.com/quipucords/quipudocs.git#fa39f9d42fa5c4e50d44c074ff7c47083ec90690"