mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Fix github-authentication-sample postinstall, fixes microsoft/vscode#103964
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"vscode:prepublish": "npm run compile",
|
||||
"postinstall": "cd typings && npx vscode-dts master",
|
||||
"postinstall": "npx vscode-dts master",
|
||||
"compile": "tsc -p ./",
|
||||
"lint": "tslint -p ./",
|
||||
"watch": "tsc -watch -p ./"
|
||||
|
||||
Reference in New Issue
Block a user