mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-09 09:42:34 +00:00
docs: replace npm by yarn
This commit is contained in:
parent
3495f93468
commit
d0bd17c8ec
2 changed files with 2 additions and 2 deletions
|
|
@ -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`.
|
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?
|
## Want to help?
|
||||||
|
|
|
||||||
|
|
@ -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`.
|
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?
|
## Want to help?
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue