Merge pull request #1036 from microsoft/screeching-tiger

add `download-api` to npm run scripts in test provider
This commit is contained in:
Andrea Mah
2024-05-28 14:54:31 -07:00
committed by GitHub

View File

@ -21,8 +21,7 @@
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"lint": "eslint \"src/**/*.ts\"",
"watch": "tsc -watch -p ./",
"postinstall": "npm run download-api"
"watch": "tsc -watch -p ./"
},
"devDependencies": {
"@types/node": "^18",