From 06905da18005391c73c7bc4a40a751157573ed89 Mon Sep 17 00:00:00 2001 From: Ryosuke Igarashi Date: Wed, 1 Nov 2023 17:29:34 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20pnpm=E3=81=AE=E3=82=A4=E3=83=B3?= =?UTF-8?q?=E3=82=B9=E3=83=88=E3=83=BC=E3=83=AB=E6=96=B9=E6=B3=95=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guides/zenn-editor/index.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/guides/zenn-editor/index.md b/docs/guides/zenn-editor/index.md index 6dd288e..a1455c8 100644 --- a/docs/guides/zenn-editor/index.md +++ b/docs/guides/zenn-editor/index.md @@ -12,12 +12,16 @@ zenn-editor リポジトリは [pnpm](https://pnpm.io/ja/) + [Turborepo](https:/ ```shell $ git clone https://github.com/zenn-dev/zenn-editor.git + +# pnpmをcorepackでインストールする場合は以下を実行 +$ corepack enable pnpm + $ pnpm install ``` -:::caution -上記のコマンドを実行するには、事前に pnpm のインストールが必要です。
-インストール方法: https://pnpm.io/ja/installation +:::note +pnpm のインストールには corepack を使用することを推奨します。
+corepack を使用しない場合は、corepack の[インストール方法](https://pnpm.io/ja/installation)を参照してインストールしてください。 ::: @@ -56,4 +60,4 @@ zenn-editor では、ビルドやテストなどを実行する時に使用し [lerna](https://lerna.js.org/) から `version` と `publish` 機能だけを抜き出したバージョン管理ツールです。 基本的な使い方は lerna と一緒ですが、多くの Monorepo 機能はデフォルトでは含まれていないことに注意してください。 -zenn-editor では、workspace をリリースする際に使用しています。 \ No newline at end of file +zenn-editor では、workspace をリリースする際に使用しています。