mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
run smoketest npm install as postinstall step
This commit is contained in:
@@ -58,4 +58,5 @@ function npmInstallBuildDependencies() {
|
||||
}
|
||||
|
||||
npmInstall(`build`); // node modules required for build
|
||||
npmInstall('test/smoke'); // node modules required for smoketest
|
||||
npmInstallBuildDependencies(); // node modules for watching, specific to host node version, not electron
|
||||
Reference in New Issue
Block a user