Skip to content

Commit

Permalink
ci: remove lint-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Aug 30, 2021
1 parent c265688 commit 5419d0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -35,7 +35,6 @@ jobs:
run: npx panva/npm-install-retry
if: ${{ steps.node_modules.outputs.cache-hit != 'true' }}
- run: npm run lint
- run: npm run lint-ts

test:
name: Node Tests + Coverage
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -43,7 +43,6 @@
"coverage": "nyc mocha test/**/*.test.js",
"lint": "eslint lib test",
"lint-fix": "eslint lib test --fix",
"lint-ts": "npx typescript@~3.6.0 --build types",
"test": "mocha test/**/*.test.js"
},
"nyc": {
Expand Down

0 comments on commit 5419d0e

Please sign in to comment.