Skip to content

Commit c549f39

Browse files
dmiller9911jeff-phillips-18
authored andcommitted
fix(react-docs): publish react-docs (#415)
Publish react-docs to avoid versioning with every change this is a workaround for the pr here: atlassian/lerna-semantic-release#86 affects: @patternfly/react-docs
1 parent 0115d53 commit c549f39

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@
180180
"workspaces": {
181181
"packages": [
182182
"packages/*"
183+
],
184+
"nohoist": [
185+
"**/gatsby*",
186+
"@patternfly/react-docs/react*"
183187
]
184188
},
185189
"lint-staged": {

packages/react-docs/.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.cache
2+
.babelrc
3+
.eslintrc

packages/react-docs/package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "@patternfly/react-docs",
3-
"private": true,
43
"description": "Patternfly React Docs",
5-
"version": "6.0.0",
4+
"version": "1.0.0",
65
"author": "Red Hat",
76
"license": "Apache-2.0",
87
"dependencies": {
@@ -28,14 +27,6 @@
2827
"build": "gatsby build",
2928
"develop": "gatsby develop"
3029
},
31-
"workspaces": {
32-
"nohoist": [
33-
"@patternfly/patternfly-next",
34-
"gatsby",
35-
"react",
36-
"react-dom"
37-
]
38-
},
3930
"browserslist": [
4031
"last 2 versions",
4132
"not ie <= 11"

0 commit comments

Comments
 (0)