Skip to content

Commit

Permalink
fix(build): issues/63 Quipudocs package (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera authored Jul 24, 2019
1 parent 3449c44 commit 354a5bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 354a5bf

Please sign in to comment.