Skip to content

Commit

Permalink
fix(package-scripts): fix test.lint.fix task
Browse files Browse the repository at this point in the history
  • Loading branch information
doktordirk committed Jun 24, 2018
1 parent 00ed997 commit 76816e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resources/content/package-scripts.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = {

lint: {
default: 'eslint src',
fix: 'eslint --fix'
fix: 'eslint src --fix'
},
all: concurrent({
// @if testRunners.karma
Expand Down

0 comments on commit 76816e9

Please sign in to comment.