Skip to content

Commit edbf947

Browse files
update README
1 parent 30d2982 commit edbf947

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -91,21 +91,17 @@ More? Please make a pull request to include it here.
9191
Install build dependencies:
9292

9393
```sh
94-
yarn install
94+
pnpm install
9595
```
9696

9797
To build the node module:
9898

9999
```sh
100-
pnpm run compile --watch
100+
pnpm compile --watch
101101
```
102102

103103
To build the dist files:
104104

105105
```sh
106-
yarn dev -- --watch
107-
```
108-
109-
```sh
110-
yarn prod -- --watch
106+
pnpm dist --watch
111107
```

0 commit comments

Comments
 (0)