Skip to content

Commit

Permalink
wip In Makefile SRC and TESTS vars passed into commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bcowgill committed Mar 13, 2021
1 parent a43265a commit 6be0bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ coveralls:
# must symlink the htmllint config file, ignore error if already exists.
travis:
-ln -s .htmllintrc.json .htmllintrc
npm run htmllint
TESTS=test npm run htmllint
npm run stylelint
npm run eslint
SRC=lib TESTS=test npm run eslint
npm run travis

docs:
Expand Down

0 comments on commit 6be0bc1

Please sign in to comment.