diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-29 09:55:09 +0100 |
---|---|---|
committer | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-29 09:55:09 +0100 |
commit | 78317383c9d2e65af0168656b7cd9f75b746ab7f (patch) | |
tree | ed525f922a9b0afff9185ce5a44a83888d7eaa29 /editors | |
parent | e2f65f61af2ab5c2b337875a29378419ef965612 (diff) | |
parent | 605b2983ef9da8d8120afb097a6415553fe6af9c (diff) |
Merge #1614
1614: show prettier diff on CI r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 78b1e6b9b..808dc5dc1 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -25,7 +25,7 @@ | |||
25 | "lint": "tslint --project .", | 25 | "lint": "tslint --project .", |
26 | "test": "node node_modules/vscode/bin/test", | 26 | "test": "node node_modules/vscode/bin/test", |
27 | "prettier": "prettier **/*.{json,ts}", | 27 | "prettier": "prettier **/*.{json,ts}", |
28 | "travis": "npm run compile && npm run test && npm run lint && npm run prettier -- --check" | 28 | "travis": "npm run compile && npm run test && npm run lint && npm run prettier -- --write && git diff --exit-code" |
29 | }, | 29 | }, |
30 | "prettier": { | 30 | "prettier": { |
31 | "tabWidth": 4, | 31 | "tabWidth": 4, |