Skip to content

Commit

Permalink
OK, let's try this.
Browse files Browse the repository at this point in the history
  • Loading branch information
kefo committed Oct 29, 2020
1 parent 2ca7583 commit 0a6bf4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
key: v1-dependencies-{{ checksum "package.json" }}

# run tests!
- run: eslint --version && yarn run lint
- run: yarn run lint
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint -c .eslintrc.json src/"
"lint": "eslint --version && eslint -c .eslintrc.json src/"
},
"dependencies": {
"grunt": "^1.x.x",
Expand Down

0 comments on commit 0a6bf4a

Please sign in to comment.