Skip to content

Commit b9e0eeb

Browse files
committed
chore: use npm instead of yarn
1 parent fda96b6 commit b9e0eeb

File tree

3 files changed

+7267
-4242
lines changed

3 files changed

+7267
-4242
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,19 +78,19 @@ createReadStream('foo.txt').pipe(process.stdout)
7878

7979
```
8080
# Install dependencies
81-
> yarn
81+
> npm
8282
8383
# Run the tests
84-
> yarn test
84+
> npm test
8585
8686
# Continuously compile
87-
> yarn dev
87+
> npm run dev
8888
8989
# Continuously run the tests
90-
> yarn dev-test
90+
> npm run dev-test
9191
9292
# Build for production
93-
> yarn build
93+
> npm run build
9494
```
9595

9696
## Contributions

0 commit comments

Comments
 (0)