summaryrefslogtreecommitdiff
path: root/editors/vscode/files/patch-scripts_test.sh
blob: 2b5507b4b434a9130661cef534b7e36c266c3acb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- scripts/test.sh.orig	2025-05-12 00:03:54 UTC
+++ scripts/test.sh
@@ -24,7 +24,7 @@ test -d node_modules || npm i
 test -d node_modules || npm i
 
 # Get electron
-npm run electron
+# npm run electron
 
 # Unit Tests
 if [[ "$OSTYPE" == "darwin"* ]]; then