Skip to content

Commit a9ae4d2

Browse files
authored
Update README.md (#18)
1 parent 09b9a39 commit a9ae4d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -286,14 +286,14 @@ To capture new responses and update snapshots, run:
286286

287287
```
288288
nvm use
289-
REPLAY=record yarn test -u
289+
REPLAY=record npm run test -u
290290
```
291291

292292
To run tests:
293293

294294
```
295295
nvm use
296-
yarn test
296+
npm run test
297297
```
298298

299299
## Development
@@ -315,27 +315,27 @@ nvm install
315315
Install dependencies:
316316

317317
```
318-
yarn
318+
npm install
319319
```
320320

321321
Run dev server:
322322

323323
```
324-
yarn dev
324+
npm run dev
325325
```
326326

327327
### Build
328328

329329
```
330330
nvm use
331-
yarn build
331+
npm run build
332332
```
333333

334334
### Publish
335335

336336
```
337337
nvm use
338-
yarn publish
338+
npm run publish
339339
```
340340

341341
## FAQ 🔮

0 commit comments

Comments
 (0)