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",
|
||||
"main": "./dist/extension",
|
||||
"scripts": {
|
||||
"prebuild": "yarn lint",
|
||||
"build": "gulp",
|
||||
"lint": "tslint -p tsconfig.json",
|
||||
"postinstall": "node ./node_modules/vscode/bin/install"
|
||||
},
|
||||
"activationEvents": [
|
||||
|
|
Loading…
Reference in a new issue