mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
Upstream has migrated from long obsolete yarn v1 to npm as node package manager. So make necessary changes to Makefile to follow the migration. While here, remove REH (remote extension host) option which is no-op in package building. Users who want to build remote extension host can now use dedicated make target "build-remote-extension-host". Changelog: https://code.visualstudio.com/updates/v1_94 Reported by: GitHub (watch releases)
11 lines
259 B
Bash
11 lines
259 B
Bash
--- 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
|