From 82ae74fbaf67de8562fae6e743a582abadc48371 Mon Sep 17 00:00:00 2001 From: James Messinger Date: Fri, 6 Mar 2020 04:41:26 -0600 Subject: [PATCH] Removed unnecessary build step The building/testing instructions said to run "npm run build", which doesn't exist --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 8ea390ef..ce7f3501 100644 --- a/README.md +++ b/README.md @@ -138,10 +138,7 @@ To build/test the project locally on your computer: 2. __Install dependencies__
`npm install` -3. __Run the build script__
-`npm run build` - -4. __Run the tests__
+3. __Run the tests__
`npm test`