Skip to content

Commit

Permalink
revert release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lisicky committed Apr 4, 2024
1 parent c7fb324 commit 0e221be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

echo "Preparing ${RELEASE_TYPE} release"

. ./build-and-test.sh \
. build-and-test.sh \
&& npm run js:publish-nodejs:${RELEASE_TYPE} \
&& npm run js:publish-browser:${RELEASE_TYPE} \
&& npm run js:publish-asm:${RELEASE_TYPE} \
Expand Down

0 comments on commit 0e221be

Please sign in to comment.