chore: add scripts for lint
This commit is contained in:
parent
c5a8eda150
commit
5c3e3ae8d5
1 changed files with 2 additions and 0 deletions
|
@ -18,7 +18,9 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./dist/extension",
|
"main": "./dist/extension",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"prebuild": "yarn lint",
|
||||||
"build": "gulp",
|
"build": "gulp",
|
||||||
|
"lint": "tslint -p tsconfig.json",
|
||||||
"postinstall": "node ./node_modules/vscode/bin/install"
|
"postinstall": "node ./node_modules/vscode/bin/install"
|
||||||
},
|
},
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
|
|
Loading…
Reference in a new issue