Fix github-authentication-sample postinstall, fixes microsoft/vscode#103964

This commit is contained in:
RMacfarlane
2020-08-04 10:07:36 -07:00
parent 8e0d2c6f59
commit 54c7b9adba
2 changed files with 2 additions and 2 deletions

View File

@ -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 ./"