diff --git a/examples/README.md b/examples/README.md index 846a724..e729646 100644 --- a/examples/README.md +++ b/examples/README.md @@ -4,4 +4,6 @@ To execute and experiment with examples, build the package `haetae` first. ```bash pnpm --filter "haetae" build +# And you should run "pnpm install" again +pnpm install ``` diff --git a/examples/cjs-js/README.md b/examples/cjs-js/README.md index 077be1f..9b10c41 100644 --- a/examples/cjs-js/README.md +++ b/examples/cjs-js/README.md @@ -6,6 +6,8 @@ To execute, build the package [`heatae`](../../packages/haetae) first. ```bash pnpm --filter "haetae" build +# And you should run "pnpm install" again +pnpm install ``` Then check if it works. diff --git a/examples/cjs-ts-1/README.md b/examples/cjs-ts-1/README.md index ae14b1c..391f357 100644 --- a/examples/cjs-ts-1/README.md +++ b/examples/cjs-ts-1/README.md @@ -8,6 +8,8 @@ To execute, build the package [`heatae`](../../packages/haetae) first. ```bash pnpm --filter "haetae" build +# And you should run "pnpm install" again +pnpm install ``` Then check if it works. diff --git a/examples/cjs-ts-2/README.md b/examples/cjs-ts-2/README.md index 45b0cb8..27b9db2 100644 --- a/examples/cjs-ts-2/README.md +++ b/examples/cjs-ts-2/README.md @@ -8,6 +8,8 @@ To execute, build the package [`heatae`](../../packages/haetae) first. ```bash pnpm --filter "haetae" build +# And you should run "pnpm install" again +pnpm install ``` Then check if it works. diff --git a/examples/esm-js/README.md b/examples/esm-js/README.md index 9a58404..83cee1b 100644 --- a/examples/esm-js/README.md +++ b/examples/esm-js/README.md @@ -6,6 +6,8 @@ To execute, build the package [`heatae`](../../packages/haetae) first. ```bash pnpm --filter "haetae" build +# And you should run "pnpm install" again +pnpm install ``` Then check if it works. diff --git a/examples/esm-ts/README.md b/examples/esm-ts/README.md index 390690c..41a632c 100644 --- a/examples/esm-ts/README.md +++ b/examples/esm-ts/README.md @@ -6,6 +6,8 @@ To execute, build the package [`heatae`](../../packages/haetae) first. ```bash pnpm --filter "haetae" build +# And you should run "pnpm install" again +pnpm install ``` Then check if it works. diff --git a/examples/my-calculator/README.md b/examples/my-calculator/README.md index 163041b..542cad7 100644 --- a/examples/my-calculator/README.md +++ b/examples/my-calculator/README.md @@ -6,6 +6,8 @@ To execute, build the package [`heatae`](../../packages/haetae) first. ```bash pnpm --filter "haetae" build +# And you should run "pnpm install" again +pnpm install ``` Then check if it works.