Remove npm rebuild

This commit is contained in:
Asher 2020-03-25 17:07:26 -05:00
parent 0a5687bacf
commit 511c3e95b2
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 0 additions and 3 deletions

View File

@ -16,9 +16,6 @@ main() {
cd lib/vscode
# Install VS Code dependencies.
yarn
# NODE_MODULE_VERSION mismatch errors without this.
npm rebuild
)
}