We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b827e2f commit 96f3ae5Copy full SHA for 96f3ae5
next/README.md
@@ -31,10 +31,10 @@ This is under active development, more info soon!
31
cd json-schema-form/next
32
```
33
34
-3. Install dependencies
+3. Install dependencies. You **must use [`pnpm`](https://pnpm.io/)**
35
36
```bash
37
- npm install
+ pnpm install
38
39
40
4. Work in the "next" folder only
@@ -53,13 +53,13 @@ This is under active development, more info soon!
53
To run the tests, navigate to the "next" folder and run:
54
55
56
-npm run test
+pnpm test
57
58
59
Or run the tests in watch mode:
60
61
62
-npm run test:watch
+pnpm test:watch
63
64
65
We use Jest for testing and have 2 sets of tests:
0 commit comments