Skip to content

Commit

Permalink
override package json version
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Mar 6, 2024
1 parent 319bca7 commit c46a85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hook_standalone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi
if [ -z "$BUILD_VERSION" ]; then
ARGS=""
else
ARGS="-- -c.buildVersion=$BUILD_VERSION";
ARGS="-- -c.buildVersion=$BUILD_VERSION -c.extraMetadata.version=$BUILD_VERSION";
fi

if [ -z "$NODE_EXE" ]; then NODE_EXE="node"; fi
Expand Down

0 comments on commit c46a85b

Please sign in to comment.