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 09b9a39 commit a9ae4d2Copy full SHA for a9ae4d2
README.md
@@ -286,14 +286,14 @@ To capture new responses and update snapshots, run:
286
287
```
288
nvm use
289
-REPLAY=record yarn test -u
+REPLAY=record npm run test -u
290
291
292
To run tests:
293
294
295
296
-yarn test
+npm run test
297
298
299
## Development
@@ -315,27 +315,27 @@ nvm install
315
Install dependencies:
316
317
318
-yarn
+npm install
319
320
321
Run dev server:
322
323
324
-yarn dev
+npm run dev
325
326
327
### Build
328
329
330
331
-yarn build
+npm run build
332
333
334
### Publish
335
336
337
338
-yarn publish
+npm run publish
339
340
341
## FAQ 🔮
0 commit comments