Archived
1
0

Remove npm rebuild

This commit is contained in:
Asher
2020-03-25 17:07:26 -05:00
parent 0a5687bacf
commit 511c3e95b2

View File

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