Skip to content

Commit

Permalink
add lint to ci (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
waltjones authored Mar 7, 2022
1 parent c4b3bb8 commit d4aa56c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"scripts": {
"test": "jest",
"lint": "eslint src tests",
"lint": "eslint src",
"build:clean": "rimraf dist lib bundles",
"build:files": "rollup --config",
"build": "npm run build:clean && npm run build:files"
Expand Down

0 comments on commit d4aa56c

Please sign in to comment.