Skip to content

Commit 0e8baa7

Browse files
committed
fix: Updated cli to look in @patternfly/patternfly-doc-core
1 parent 30367f5 commit 0e8baa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Patternfly documentation core contains the base packages needed to build and rel
88

99
Using this package for your documentation is accomplished in just a few simple steps:
1010

11-
1. Run `npx patternfly-doc-core@latest setup` from the root of your repo. This will:
11+
1. Run `npx @patternfly/patternfly-doc-core@latest setup` from the root of your repo. This will:
1212
- add the documentation core as a dependency in your package
1313
- add the relevant scripts for using the documentation core to your package scripts
1414
- create the configuration file for customizing the documentation core

cli/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function updateContent(program: Command) {
2424
}
2525

2626
const astroRoot = import.meta
27-
.resolve('patternfly-doc-core')
27+
.resolve('@patternfly/patternfly-doc-core')
2828
.replace('dist/cli/cli.js', '')
2929
.replace('file://', '')
3030
const currentDir = process.cwd()

0 commit comments

Comments
 (0)