Skip to content

Commit

Permalink
Remove non-existent npm run script in maintaining.md (#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
roperzh authored and sindresorhus committed Jul 2, 2017
1 parent e58e96e commit 0069a7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion maintaining.md
Expand Up @@ -11,7 +11,6 @@ Read and adhere to the [Code of Conduct](code-of-conduct.md).

- `npm test`: Lint the code and run the entire test suite with coverage.
- `npm run test-win`: Run the tests on Windows.
- `npm run coverage`: Generate a coverage report for the last test run (opens a browser window).
- `tap test/fork.js --bail`: Run a specific test file and bail on the first failure (useful when hunting bugs).


Expand Down

0 comments on commit 0069a7e

Please sign in to comment.