Skip to content
This repository has been archived by the owner on May 14, 2019. It is now read-only.

Commit

Permalink
Remove lint --type-check
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Nov 4, 2017
1 parent c7e4cb2 commit fa57490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dc": "npm run dependency-check",
"demo": "npm run prepublish && node scripts/demo.js",
"dependency-check": "dependency-check . --unused --no-dev -i aurelia-logging && dependency-check . --missing --no-dev",
"lint": "tslint -p tsconfig.json --type-check \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json 'src/**/*.ts'",
"postpublish": "git push",
"prepublish": "npm run build && npm run bundle",
"preversion": "git pull && npm run verify && npm run build-es2015 && npm run bundle && git add -f dist/aurelia-logging-color*",
Expand Down

0 comments on commit fa57490

Please sign in to comment.