Skip to content

Commit 82ae74f

Browse files
Removed unnecessary build step
The building/testing instructions said to run "npm run build", which doesn't exist
1 parent da3f4e6 commit 82ae74f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,7 @@ To build/test the project locally on your computer:
138138
2. __Install dependencies__<br>
139139
`npm install`
140140

141-
3. __Run the build script__<br>
142-
`npm run build`
143-
144-
4. __Run the tests__<br>
141+
3. __Run the tests__<br>
145142
`npm test`
146143

147144

0 commit comments

Comments
 (0)