mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
ensure npm install copies typings (#1170)
- Important so that build of the extension "works" as expected
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
"compile": "gulp compile",
|
"compile": "gulp compile",
|
||||||
"watch": "gulp watch",
|
"watch": "gulp watch",
|
||||||
"typings": "gulp copytypings",
|
"typings": "gulp copytypings",
|
||||||
"postinstall": "node ./node_modules/vscode/bin/install && node ./node_modules/sqlops/bin/install"
|
"postinstall": "node ./node_modules/vscode/bin/install && node ./node_modules/sqlops/bin/install && gulp copytypings"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vscode-nls": "^3.2.2"
|
"vscode-nls": "^3.2.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user