Skip to content

Commit

Permalink
Last try on circle with file:.
Browse files Browse the repository at this point in the history
  • Loading branch information
benkimpel committed Jul 3, 2019
1 parent 19d08b7 commit 24d7a16
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
"module": "src/index.ts",
"scripts": {
"pretty": "yarn prettier '**/*.*'",
"lint": "yarn pretty --check && yarn eslint .",
"format": "yarn build && yarn pretty --write && yarn eslint --fix .",
"lint": "yarn build && yarn link-plugin && yarn pretty --check && yarn eslint .",
"format": "yarn build && yarn link-plugin && yarn pretty --write && yarn eslint --fix .",
"build": "tsc",
"test": "yarn build && jest"
"test": "yarn build && jest",
"link-plugin": "yarn link eslint-plugin-jest-formatting"
},
"peerDependencies": {
"eslint": "5.x"
Expand Down

0 comments on commit 24d7a16

Please sign in to comment.