Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Apr 24, 2024
1 parent 6b007e3 commit 9971b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ ci/test:
npm pack
npm install -g ts-node
(version=$(shell $(MAKE) -s vald/client/node/version/print); \
echo "vald-client-node version: $${version}"; \"
echo "vald-client-node version: $${version}"; \
cd example-ts && npm install ../vald-client-node-$${version}.tgz -s -f; \
DIM=300 ts-node example.ts; \
cd ../example && npm install ../vald-client-node-$${version}.tgz -s -f; \
Expand Down

0 comments on commit 9971b6e

Please sign in to comment.