Skip to content

Commit 1ca04bf

Browse files
committed
docs(website): translate npm commands to pnpm, too
1 parent dc22497 commit 1ca04bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import packageJsonParser from './src/config/PackageJsonParser';
1111

1212
const remarkOptions = {
1313
remarkPlugins: [
14-
[ npm2yarn, { sync: true, converters: [ 'yarn' ] } ],
14+
[ npm2yarn, { sync: true, converters: [ 'yarn', 'pnpm' ] } ],
1515
[ tabBlocks, {
1616
sync: true,
1717
labels: [

0 commit comments

Comments
 (0)