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

Commit

Permalink
update tslint-report and restore related checks (#95)
Browse files Browse the repository at this point in the history
* update tslint-report and restore related checks

* commit changes to lock file
  • Loading branch information
karfau authored May 6, 2019
1 parent 86cccf4 commit 9c28477
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 24 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
name: build and create report
command: |
npm run build
# npm run report
# git add . # make sure line endings are sanitized by git
# git diff HEAD --exit-code
npm run report
git add . # make sure line endings are sanitized by git
git diff HEAD --exit-code
- store_artifacts:
path: tslint.report.active.json
Expand Down
22 changes: 3 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bm-tslint-rules",
"version": "0.7.23",
"version": "0.7.24",
"description": "default tslint rules to use for projects using typescript",
"repository": "https://github.com/bettermarks/bm-tslint-rules",
"bugs": "https://github.com/bettermarks/bm-tslint-rules/issues",
Expand All @@ -15,7 +15,7 @@
},
"scripts": {
"preinstall": "npx [email protected] --package",
"preversion": "npm i && npm run build && npm run test",
"preversion": "npm i && npm run build && npm run test && npm run report",
"check": "npx npm-check -u --skip-unused",
"build": "tsc -p .",
"report": "tslint-report",
Expand All @@ -39,6 +39,7 @@
"devDependencies": {
"@types/node": "10.14.1",
"ts-node": "7.0.1",
"tslint-report": "github:karfau/tslint-report#d67e143",
"typescript": "3.3.3333"
}
}

0 comments on commit 9c28477

Please sign in to comment.