running-tools

A collection of tools for runners and their coaches
git clone https://git.ashermorgan.net/running-tools/
Log | Files | Refs | README

commit 319213b0729bec524d4edbfb14b6557c138148e7
parent fc4d5962349ee01b184d6ea18ba6a0d9d5a050fa
Author: ashermorgan <59518073+ashermorgan@users.noreply.github.com>
Date:   Mon, 19 Feb 2024 15:54:57 -0800

Update README.md

Diffstat:
MREADME.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -23,8 +23,9 @@ Run development server npm run dev ``` -Run unit tests +Run linter and unit tests ``` +npm run lint npm run test:unit ```