Skip to content

Commit

Permalink
Resolves #1900: Addons weren't fully built before publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Feb 8, 2024
1 parent 291a8a6 commit a86f874
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ do
n=0
until [ $n -ge 4 ]
do
pnpm build
pnpm run test && break
n=$[$n+1]
printf "${addon} Tests failed\n"
Expand Down

0 comments on commit a86f874

Please sign in to comment.