Skip to content

Commit

Permalink
Removed unnecessary build step
Browse files Browse the repository at this point in the history
The building/testing instructions said to run "npm run build", which doesn't exist
  • Loading branch information
JamesMessinger committed Mar 6, 2020
1 parent da3f4e6 commit 82ae74f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,7 @@ To build/test the project locally on your computer:
2. __Install dependencies__<br>
`npm install`

3. __Run the build script__<br>
`npm run build`

4. __Run the tests__<br>
3. __Run the tests__<br>
`npm test`


Expand Down

0 comments on commit 82ae74f

Please sign in to comment.