From e8aa15caab139fc194b6f8ae6fb16a786621556e Mon Sep 17 00:00:00 2001 From: Justin Kaseman Date: Mon, 16 Dec 2024 21:18:17 -0800 Subject: [PATCH] npx --- tools/bin/goreleaser_utils | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/bin/goreleaser_utils b/tools/bin/goreleaser_utils index 6bca0aca1f7..78dcc70ba87 100755 --- a/tools/bin/goreleaser_utils +++ b/tools/bin/goreleaser_utils @@ -72,9 +72,12 @@ get_remote_plugin_paths() { } build_standard_capabilities() { + cd ./capabilities + npx nx@19.8.2 init ./nx run-many -t build # binaries get put into /bin under /bin/amd64 and /bin/arm64 - cp "./bin/$(go env GOARCH)"/* "$lib_path/plugins" + cp "./bin/$(go env GOARCH)"/* "$lib_path/plugins" + cd ../ } install_remote_plugins() {