aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-07-29 09:55:09 +0100
committerbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-07-29 09:55:09 +0100
commit78317383c9d2e65af0168656b7cd9f75b746ab7f (patch)
treeed525f922a9b0afff9185ce5a44a83888d7eaa29 /editors
parente2f65f61af2ab5c2b337875a29378419ef965612 (diff)
parent605b2983ef9da8d8120afb097a6415553fe6af9c (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.json2
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,