From cc4a7599fcda10f0899e67f1c506ff79d762e086 Mon Sep 17 00:00:00 2001 From: masashi-sutou Date: Sun, 13 Feb 2022 15:27:34 +0900 Subject: [PATCH] chore: remove deprecated script, please use yarn test:watch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b83837e0..d21e83809 100644 --- a/README.md +++ b/README.md @@ -361,7 +361,7 @@ yarn install yarn test # Run the app locally -yarn dev +yarn test:watch ``` Once you've started the app, visit `localhost:3000` and you'll get [step-by-step instructions](https://probot.github.io/docs/development/#configuring-a-github-app) for installing it in your GitHub account so you can start pushing commits and testing it locally.