Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
aikoven committed May 14, 2017
1 parent 298998e commit 04f7420
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 @@ -17,7 +17,7 @@
"repository": "aikoven/typescript-fsa",
"scripts": {
"clean": "rimraf lib",
"lint": "tslint -c tslint.json src/**/*.ts tests/**/*.ts",
"lint": "tslint -c tslint.json src/index.ts tests/index.ts",
"test": "ts-node -P tsconfig.tests.json node_modules/.bin/tape tests/*.ts",
"build": "tsc",
"prepublish": "npm run clean && npm run lint && npm run test && npm run build"
Expand Down

0 comments on commit 04f7420

Please sign in to comment.