We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d2982 commit edbf947Copy full SHA for edbf947
README.md
@@ -91,21 +91,17 @@ More? Please make a pull request to include it here.
91
Install build dependencies:
92
93
```sh
94
-yarn install
+pnpm install
95
```
96
97
To build the node module:
98
99
100
-pnpm run compile --watch
+pnpm compile --watch
101
102
103
To build the dist files:
104
105
106
-yarn dev -- --watch
107
-```
108
-
109
-```sh
110
-yarn prod -- --watch
+pnpm dist --watch
111
0 commit comments