Skip to content

Commit e23f002

Browse files
committed
website: re-generate commons
1 parent f71d25e commit e23f002

3 files changed

Lines changed: 340 additions & 340 deletions

File tree

website/docs/_common/_update-top-commons.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Execute the top **generate-top-commons** npm script to update the
99
`build-assets/package.json` and the GitHub workflow files.
1010

1111
```sh
12-
npm run generate-top-commons -C ~/Work/xpack-dev-tools/xpack-build-box.git
12+
npm --prefix ~/Work/xpack-dev-tools/xpack-build-box.git run generate-top-commons
1313
```

website/docs/_common/_update-website-commons.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Execute the **generate-website-commons** npm script from `website/package.json`
99
within the project folder.
1010

1111
```sh
12-
npm run generate-website-commons -C ~/Work/xpack-dev-tools/xpack-build-box.git/website
12+
npm --prefix ~/Work/xpack-dev-tools/xpack-build-box.git/website run generate-website-commons
1313
```

0 commit comments

Comments
 (0)