mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
add download-api to npm run scripts in test provider
This commit is contained in:
@ -22,7 +22,8 @@
|
||||
"compile": "tsc -p ./",
|
||||
"lint": "eslint \"src/**/*.ts\"",
|
||||
"watch": "tsc -watch -p ./",
|
||||
"postinstall": "npm run download-api"
|
||||
"postinstall": "npm run download-api",
|
||||
"download-api": "npx @vscode/dts dev"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18",
|
||||
|
||||
Reference in New Issue
Block a user