Skip to content

Commit 96f3ae5

Browse files
authored
chore(README): Mention pnpm as requirement (#139)
1 parent b827e2f commit 96f3ae5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

next/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ This is under active development, more info soon!
3131
cd json-schema-form/next
3232
```
3333

34-
3. Install dependencies
34+
3. Install dependencies. You **must use [`pnpm`](https://pnpm.io/)**
3535

3636
```bash
37-
npm install
37+
pnpm install
3838
```
3939

4040
4. Work in the "next" folder only
@@ -53,13 +53,13 @@ This is under active development, more info soon!
5353
To run the tests, navigate to the "next" folder and run:
5454

5555
```bash
56-
npm run test
56+
pnpm test
5757
```
5858

5959
Or run the tests in watch mode:
6060

6161
```bash
62-
npm run test:watch
62+
pnpm test:watch
6363
```
6464

6565
We use Jest for testing and have 2 sets of tests:

0 commit comments

Comments
 (0)