Skip to content

Commit

Permalink
Fix lagging version in build (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
dodgez-stripe authored Dec 18, 2024
1 parent 957d88b commit 754cf1e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/publish
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,6 @@ fi
echo "Installing dependencies according to lockfile"
yarn -s install --frozen-lockfile

echo "Building"
yarn -s run build

echo "Running tests"
yarn -s run test

Expand All @@ -187,6 +184,8 @@ else
yarn -s version --$RELEASE_TYPE
fi

echo "Building"
yarn -s run build

create_github_release
verify_commit_is_signed
Expand Down

0 comments on commit 754cf1e

Please sign in to comment.