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