From 511c3e95b2cb015cdaed87144d231c972cc60cc3 Mon Sep 17 00:00:00 2001 From: Asher Date: Wed, 25 Mar 2020 17:07:26 -0500 Subject: [PATCH] Remove npm rebuild --- ci/vscode.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/vscode.sh b/ci/vscode.sh index c415e3fd..de5db91e 100755 --- a/ci/vscode.sh +++ b/ci/vscode.sh @@ -16,9 +16,6 @@ main() { cd lib/vscode # Install VS Code dependencies. yarn - - # NODE_MODULE_VERSION mismatch errors without this. - npm rebuild ) }