From aa243a8aae7c8a436a05a8dffe6ec0aad3aec70c Mon Sep 17 00:00:00 2001 From: Kevin Cunnane Date: Tue, 17 Apr 2018 13:48:35 -0700 Subject: [PATCH] ensure npm install copies typings (#1170) - Important so that build of the extension "works" as expected --- samples/sqlservices/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/sqlservices/package.json b/samples/sqlservices/package.json index dd9bbea100..d4b46964e0 100644 --- a/samples/sqlservices/package.json +++ b/samples/sqlservices/package.json @@ -59,7 +59,7 @@ "compile": "gulp compile", "watch": "gulp watch", "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": { "vscode-nls": "^3.2.2"