mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
Added package.json to 'build'.
This commit is contained in:
@@ -35,4 +35,6 @@ const extensions = [
|
||||
'gulp'
|
||||
];
|
||||
|
||||
extensions.forEach(extension => npmInstall(`extensions/${extension}`));
|
||||
extensions.forEach(extension => npmInstall(`extensions/${extension}`));
|
||||
|
||||
npmInstall('build'); // typings used in the build folder
|
||||
Reference in New Issue
Block a user