aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorAdolfo OchagavĂ­a <[email protected]>2018-10-09 21:56:15 +0100
committerAdolfo OchagavĂ­a <[email protected]>2018-10-09 21:56:22 +0100
commitf2d719b24afd404dbaf26332ff314a6161c74b71 (patch)
tree54c1381ec3d57cbd0722053900e02f3a7ad10cd2 /editors/code/package.json
parent31c8ebb743572ef07ac4ca77ddd17eddbcf4b24c (diff)
Format vscode extension and add npm run fix
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json1
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"