Skip to content

Commit

Permalink
eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 13, 2021
1 parent f194490 commit 0bce593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
- run: npm run build:umd
- run: npm test
- run: npm run lint
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"jest": "^26.4.2",
"terser-webpack-plugin": "^5.1.1",
"threads-plugin": "^1.4.0",
"typescript": "^4.1.3",
"typescript-eslint": "^0.0.1-alpha.0",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1"
Expand Down

0 comments on commit 0bce593

Please sign in to comment.