Skip to content

Commit

Permalink
Fix missing exclude in root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhoibm committed Feb 28, 2017
1 parent 282eb7d commit ef82a62
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 @@ -25,7 +25,7 @@
},
"scripts": {
"bootstrap": "lerna bootstrap",
"lint": "tslint -c tslint.full.json --project tsconfig.json --type-check --exclude 'examples/**/*' --exclude '**/node_modules/**' --exclude '**/*.d.ts' '**/*.ts'",
"lint": "tslint -c tslint.full.json --project tsconfig.json --type-check --exclude 'examples/**/*' --exclude '**/node_modules/**' --exclude '**/*.d.ts' --exclude '**/*.ts'",
"test": "mocha --opts test/mocha.opts.root 'packages/**/test/**/*.ts'",
"posttest": "npm run lint"
},
Expand Down

0 comments on commit ef82a62

Please sign in to comment.