mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Fix github-authentication-sample postinstall, fixes microsoft/vscode#103964
This commit is contained in:
2
github-authentication-sample/.gitignore
vendored
2
github-authentication-sample/.gitignore
vendored
@ -2,4 +2,4 @@ out
|
||||
node_modules
|
||||
.vscode-test/
|
||||
*.vsix
|
||||
typings/vscode.d.ts
|
||||
vscode.d.ts
|
||||
|
||||
@ -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