Skip to content

Commit 4bbf69e

Browse files
update readme to reflect what is expected
1 parent 32f33a7 commit 4bbf69e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

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

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

9797
To build the node module:
9898

9999
```sh
100-
yarn run compile -- --watch
100+
npm run compile -- --watch
101101
```
102102

103-
To build the standalone:
103+
To build the dist files:
104104

105105
```sh
106-
yarn run dist -- --watch
106+
npm run dev -- --watch
107+
```
108+
109+
```sh
110+
npm run prod -- --watch
107111
```

0 commit comments

Comments
 (0)