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 4019242
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/bin/goreleaser_utils
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ get_remote_plugin_paths() {
}

build_standard_capabilities() {
./nx run-many -t build
npx [email protected] init
npx nx run-many -t build
# binaries get put into /bin under /bin/amd64 and /bin/arm64
cp "./bin/$(go env GOARCH)"/* "$lib_path/plugins"
}
Expand Down

0 comments on commit 4019242

Please sign in to comment.