mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Fix #214 again
This commit is contained in:
@ -30,7 +30,9 @@
|
||||
"lint": "tslint -p ./",
|
||||
"watch": "tsc -watch -p ./",
|
||||
"install": "vscode-dts dev",
|
||||
"postinstall": "vscode-dts master"
|
||||
"download-api": "vscode-dts dev",
|
||||
"postdownload-api": "vscode-dts master",
|
||||
"postinstall": "npm run download-api"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^10.14.17",
|
||||
|
||||
Reference in New Issue
Block a user