docs: replace npm by yarn

This commit is contained in:
Alexander Zeitler 2021-04-10 21:56:46 +02:00
parent 3495f93468
commit d0bd17c8ec
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@ compose.exec('node', 'npm install', { cwd: path.join(__dirname) })
While `docker-compose` runs on Node.js 6+, running the tests requires you to use Node.js 8 as they make use of `async/await`.
```
npm test
yarn test
```
## Want to help?

View file

@ -82,7 +82,7 @@ compose.exec('node', 'npm install', { cwd: path.join(__dirname) })
While `docker-compose` runs on Node.js 6+, running the tests requires you to use Node.js 8 as they make use of `async/await`.
```
npm test
yarn test
```
## Want to help?