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 f7d3172 commit c71c0b9Copy full SHA for c71c0b9
README.md
@@ -32,8 +32,21 @@ Utilities to automatically generate TypeScript types from JSON Schema files.
32
33
## NPM commands
34
35
+Consider using [nvm](https://github.com/nvm-sh/nvm) to manage node versions, after installing in the project directory run:
36
+
37
+```
38
+nvm use
39
40
41
From the top-level root folder of this npm workspace, you can run the following npm commands:
42
43
+**Install dependencies**:
44
45
+Will install all the dependencies we need to build and run the project:
46
47
+npm install
48
49
50
**Build all workspaces**:
51
52
Use this to produce the same output as a release. The `build` directory will be populated with
0 commit comments