From c52b095955f9119251fab887e8a019c6b5d92a7e Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Fri, 21 Sep 2018 13:45:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20Updated=20READMEs=20with=20more?= =?UTF-8?q?=20clarity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Getting used to developing in the monorepo structure - Add more instructions that are relevant, push people to the top level repo - Make READMEs as consistent as possible - PROFIT! --- ghost/pretty-cli/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghost/pretty-cli/README.md b/ghost/pretty-cli/README.md index 4ee285cb4f..7ba67d1af3 100644 --- a/ghost/pretty-cli/README.md +++ b/ghost/pretty-cli/README.md @@ -36,6 +36,11 @@ You can also grab a fresh instance of the api with `prettyCLI.Api.get()`. The style rules used are available at `prettyCLI.styles`. +## Test + +- `yarn lint` run just eslint +- `yarn test` run lint && tests + # Copyright & License Copyright (c) 2018 Ghost Foundation - Released under the [MIT license](LICENSE).