Skip to content

Commit

Permalink
Renamed npm script, so it doesn't fall into npm test anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Oct 19, 2021
1 parent 25f3331 commit 1cd7d3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
with:
node-version: 14.x
- run: npm ci
- run: npm run test:coverage
- run: npm run regex-coverage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"lint": "eslint . --cache",
"lint:fix": "npm run lint -- --fix",
"lint:ci": "eslint . --max-warnings 0",
"regex-coverage": "mocha tests/coverage.js",
"test:aliases": "mocha tests/aliases-test.js",
"test:core": "mocha tests/core/**/*.js",
"test:coverage": "mocha tests/coverage.js",
"test:dependencies": "mocha tests/dependencies-test.js",
"test:examples": "mocha tests/examples-test.js",
"test:identifiers": "mocha tests/identifier-test.js",
Expand Down

0 comments on commit 1cd7d3e

Please sign in to comment.