Skip to content

Commit

Permalink
fix: add missing run keyword (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton committed Feb 20, 2024
1 parent 914f826 commit 00f15c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin.sh
Expand Up @@ -64,7 +64,7 @@ main() {
echo "Missing NEW_VERSION or SDK_NAME. Skipping versioning.."
else
cd $PACKAGE_DIR
npm docusaurus docs:version:"$SDK_NAME" "$NEW_VERSION";
npm run docusaurus docs:version:"$SDK_NAME" "$NEW_VERSION";

if [ ! -d "$CURRENT_WORKING_PATH/docusaurus/${SDK_NAME}_versioned_docs" ]; then
cp -r "$SDK_NAME"* "$CURRENT_WORKING_PATH"/docusaurus
Expand Down

0 comments on commit 00f15c2

Please sign in to comment.