You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Contains npm modules used primarily by [cordova](https://github.com/apache/cordo
42
42
43
43
This package exposes the following commands;
44
44
45
-
*`npm run eslint` - runs a linter (eslint) on relevant source and test code
45
+
*`npm run lint` - runs a linter (eslint) on relevant source and test code
46
46
*`npm run unit-tests` - runs the unit tests (via jasmine) from the `spec/` directory
47
47
*`npm run cover` - runs istanbul code coverage tool to measure unit test code coverage
48
48
*`npm run e2e-tests` - runs heavy integration tests from the `integration-tests/` directory (WARNING: these take a long time to run and rely on file and network I/O)
0 commit comments