Skip to content

Commit

Permalink
Add yarn lint:js script.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 9, 2018
1 parent bb50c17 commit bd6bfc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
env: NAME=test # used only to make Travis UI show description
script:
- ./bin/lint-features
- yarn lint:js
- yarn test

- stage: additional tests
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"scripts": {
"build": "ember build",
"build:production": "ember build --environment=production",
"lint:js": "eslint .",
"start": "ember server",
"test": "ember test && ember test --record-data-rfc-build",
"test:all": "ember try:each",
Expand Down

0 comments on commit bd6bfc8

Please sign in to comment.