Skip to content

Commit

Permalink
test(linting): add pretest step for tshint
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Schmidt committed Mar 26, 2018
1 parent 3843c48 commit 463b998
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"preinstall": "./scripts/pre-install",
"start": "NODE_ENV=development npm run storybook --root ./ ",
"dist": "npm run clean && NODE_ENV=production webpack -p --config ./webpack.config.js",
"pretest": "tslint -c tslint.json '(components|shared)/**/*.ts'",
"test": "jest",
"commitlint": "commitlint -e",
"storybook": "start-storybook -p 6006",
Expand Down

0 comments on commit 463b998

Please sign in to comment.