Update package.json
This commit is contained in:
parent
397093141c
commit
045ef3230b
@ -261,7 +261,7 @@
|
||||
"compile": "npm run lint && tsc -p ./",
|
||||
"watch": "tsc -watch -p ./",
|
||||
"postinstall": "node ./node_modules/vscode/bin/install",
|
||||
"test": "npm run compile && mocha ./out/test/**/*.js",
|
||||
"test": "npm run compile && mocha './out/test/**/*.js'",
|
||||
"lint": "tslint -p tslint.json --fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user