Skip to content

Commit

Permalink
npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Feb 22, 2024
1 parent d44e19d commit 04c8a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/go/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rm -f languages/go/example/example && rm -rf "$GO_LIB_DIR"

printf '%s\n\n' "Building binaries..."
cargo build
npm run schemas
npm i && npm run schemas

printf '%s\n\n' "Copying Go bindings to $GO_LIB_DIR..."
mkdir -p "$GO_LIB_DIR"
Expand Down

0 comments on commit 04c8a9b

Please sign in to comment.