Skip to content

Commit c67d37a

Browse files
committed
chore: move to pnpm
1 parent 00b3ec3 commit c67d37a

File tree

3 files changed

+9420
-9000
lines changed

3 files changed

+9420
-9000
lines changed

README.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ Look at the [Content documentation](https://content-v2.nuxtjs.org/) to learn mor
77
Make sure to install the dependencies:
88

99
```bash
10-
# yarn
11-
yarn install
12-
13-
# npm
14-
npm install
15-
1610
# pnpm
1711
pnpm install --shamefully-hoist
1812
```
@@ -22,21 +16,21 @@ pnpm install --shamefully-hoist
2216
Start the development server on http://localhost:3000
2317

2418
```bash
25-
npm run dev
19+
pnpm run dev
2620
```
2721

2822
## Production
2923

3024
Build the application for production:
3125

3226
```bash
33-
npm run build
27+
pnpm run build
3428
```
3529

3630
Locally preview production build:
3731

3832
```bash
39-
npm run preview
33+
pnpm run preview
4034
```
4135

4236
Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment) for more information.

0 commit comments

Comments
 (0)