We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3abcc2 commit 2f23268Copy full SHA for 2f23268
1 file changed
packages/site/package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"ci:build": "yarn generate:content && yarn build",
8
"clean": "rm -rf src/generated",
9
- "generate:content": "rm -rf src/content && cp -r ../documentation-site/patternfly-docs/content src/content",
+ "generate:content": "rm -rf src/content && mkdir -p src/content && cp -r ../documentation-site/patternfly-docs/content src/content",
10
"dev": "patternfly-doc-core start",
11
"build": "patternfly-doc-core build --props --api-only",
12
"serve": "patternfly-doc-core serve",
0 commit comments