Skip to content

Commit

Permalink
npx
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkaseman committed Dec 17, 2024
1 parent 7bfce4f commit e8aa15c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/bin/goreleaser_utils
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,12 @@ get_remote_plugin_paths() {
}

build_standard_capabilities() {
cd ./capabilities
npx [email protected] 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() {
Expand Down

0 comments on commit e8aa15c

Please sign in to comment.