mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
11 lines
258 B
Bash
11 lines
258 B
Bash
--- 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
|