From e8dcdda0cc4e33d23c6973ef1a68869a0918433a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Gandecki?= <4002543+lgandecki@users.noreply.github.com> Date: Sat, 10 Aug 2019 17:05:23 +0400 Subject: [PATCH] there is no ./scripts/verify in this repo Hey Kent, I noticed the verify script doesn't exist in this repo. Not sure if that's the right change, if not, just close this one and tweak the readme the way you want :) --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 20f6e6f8..2baf34bd 100644 --- a/README.md +++ b/README.md @@ -169,15 +169,11 @@ Here's what the setup script does. If it fails, try doing each of these things individually yourself: ``` -# verify your environment will work with the project -node ./scripts/verify - # install dependencies npm install -# verify the project is ready to run -npm run build -npm run test:coverage +# verify your environment will work with the project +npm run validate ``` If any of those scripts fail, please try to work out what went wrong by the