Skip to content

Commit

Permalink
build(config): update grunt config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguttandin committed Jul 12, 2023
1 parent 9aa6a21 commit 4e4fef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/grunt/sh.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = (grunt) => {
cmd: 'rimraf build/*'
},
'lint-config': {
cmd: `eslint --config config/eslint/config.json --ext .js ${fix ? '--fix ' : ''}--report-unused-disable-directives *.js config/`
cmd: 'npm run lint:config'
},
'lint-src': {
cmd: 'tslint --config config/tslint/src.json --project src/tsconfig.json src/*.ts src/**/*.ts'
Expand Down

0 comments on commit 4e4fef3

Please sign in to comment.