summaryrefslogtreecommitdiff
path: root/editors/vscode/files/patch-scripts_test.sh
blob: 6f21d01b22777f4409bdbc25b61d147bfc10fd76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- scripts/test.sh.orig	2022-02-05 06:42:53 UTC
+++ scripts/test.sh
@@ -27,7 +27,7 @@ VSCODECRASHDIR=$ROOT/.build/crashes
 test -d node_modules || yarn
 
 # Get electron
-yarn electron
+# yarn electron
 
 # Unit Tests
 if [[ "$OSTYPE" == "darwin"* ]]; then