From d0bd17c8ecaab2c3f8637af083d41c8791197f4a Mon Sep 17 00:00:00 2001 From: Alexander Zeitler Date: Sat, 10 Apr 2021 21:56:46 +0200 Subject: [PATCH] docs: replace `npm` by `yarn` --- docs/index.md | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index be9b75b..578d426 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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? diff --git a/readme.md b/readme.md index 23e7dac..f699386 100644 --- a/readme.md +++ b/readme.md @@ -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?