diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-10-09 22:37:31 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-10-09 22:37:31 +0100 |
commit | 3c41087bf83a4ffda87a7bee16d8eb31562bac23 (patch) | |
tree | 54c1381ec3d57cbd0722053900e02f3a7ad10cd2 /editors/code/package.json | |
parent | 31c8ebb743572ef07ac4ca77ddd17eddbcf4b24c (diff) | |
parent | f2d719b24afd404dbaf26332ff314a6161c74b71 (diff) |
Merge #115
115: Format vscode extension and add npm run fix r=matklad a=aochagavia
Co-authored-by: Adolfo OchagavĂa <[email protected]>
Diffstat (limited to 'editors/code/package.json')
-rw-r--r-- | editors/code/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index cd07e3be9..eeb6dd816 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -18,6 +18,7 @@ | |||
18 | "compile": "tsc -p ./", | 18 | "compile": "tsc -p ./", |
19 | "watch": "tsc -watch -p ./", | 19 | "watch": "tsc -watch -p ./", |
20 | "postinstall": "node ./node_modules/vscode/bin/install", | 20 | "postinstall": "node ./node_modules/vscode/bin/install", |
21 | "fix": "prettier **/*.{json,ts} --write && tslint --project . --fix", | ||
21 | "lint": "tslint --project .", | 22 | "lint": "tslint --project .", |
22 | "prettier": "prettier **/*.{json,ts}", | 23 | "prettier": "prettier **/*.{json,ts}", |
23 | "travis": "npm run compile && npm run lint && npm run prettier --list-different" | 24 | "travis": "npm run compile && npm run lint && npm run prettier --list-different" |