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 fda96b6 commit b9e0eebCopy full SHA for b9e0eeb
README.md
@@ -78,19 +78,19 @@ createReadStream('foo.txt').pipe(process.stdout)
78
79
```
80
# Install dependencies
81
-> yarn
+> npm
82
83
# Run the tests
84
-> yarn test
+> npm test
85
86
# Continuously compile
87
-> yarn dev
+> npm run dev
88
89
# Continuously run the tests
90
-> yarn dev-test
+> npm run dev-test
91
92
# Build for production
93
-> yarn build
+> npm run build
94
95
96
## Contributions
0 commit comments