Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
Fix danger
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien0102 authored and Tejas Kumar committed Sep 10, 2018
1 parent 2f11d7d commit ef25c0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions dangerfile.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as child_process from "child_process";
import { danger, markdown, warn } from "danger";
import jest from "danger-plugin-jest";
import * as fs from "fs";
import { includes } from "lodash";

Expand Down Expand Up @@ -56,5 +55,3 @@ if (fs.existsSync("tslint-errors.json")) {
markdown(tslintMarkdown);
}
}

jest();
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"build": "operational-scripts build --for npm",
"preversion": "npm run build",
"version": "auto-changelog -p && git add CHANGELOG.md",
"lint": "tslint src/**/*{ts,tsx} --project .",
"prepublishOnly": "operational-scripts prepare"
},
"devDependencies": {
Expand All @@ -48,7 +49,6 @@
"@types/react": "^16.4.1",
"auto-changelog": "^1.8.0",
"danger": "^3.8.4",
"danger-plugin-jest": "^1.1.0",
"doctoc": "^1.3.1",
"husky": "^0.14.3",
"isomorphic-fetch": "^2.2.1",
Expand Down

0 comments on commit ef25c0b

Please sign in to comment.