Skip to content

Commit

Permalink
Delete another directory in Windows build script
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Jun 13, 2019
1 parent b4e24be commit f55b487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/grpc-native-core/gulpfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const installWindows = () => {
return execa('npm', ['install', '--build-from-source'],
{cwd: nativeCoreDir, stdio: 'inherit'}).catch(() =>
del(path.resolve(process.env.USERPROFILE, '.node-gyp', process.versions.node, 'include/node/openssl'), { force: true }).then(() =>
del(path.resolve(process.env.CSIDL_LOCAL_APPDATA, 'node-gyp/cache', process.versions.node, 'include/node/openssl'), { force: true })).then(() =>
execa('npm', ['install', '--build-from-source'],
{cwd: nativeCoreDir, stdio: 'inherit'})
));
Expand Down

0 comments on commit f55b487

Please sign in to comment.