Skip to content

Commit

Permalink
fix: upgrade highlight version
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed May 31, 2023
1 parent 8a0722a commit 07d889c
Show file tree
Hide file tree
Showing 6 changed files with 16,140 additions and 8,617 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,16 +169,16 @@ export async function getStaticProps(ctx) {
```bash
# build dist folder
pnpm build
npm build
# create system-wide link to project folder
pnpm link .
npm link
# in the website/next project folder
pnpm link @zentered/next-product-docs ../next-product-docs
npm link @zentered/next-product-docs ../next-product-docs
# for continous monitoring in next-product-docs
pnpm watch
npm run watch
```
## Additional Components
Expand Down

0 comments on commit 07d889c

Please sign in to comment.