blob: 769958670a6db532c2ee44b8b28861621eeade1c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- scripts/test.sh.orig 2024-09-27 21:08:28 UTC
+++ scripts/test.sh
@@ -27,7 +27,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
|