Only generate types for stable releases

pull/4795/head
Chocobozzz 2022-02-10 10:41:15 +01:00
parent adc61ac6a3
commit d8aa370f3d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 5 additions and 5 deletions

View File

@ -116,10 +116,10 @@ rm -f "./client/dist/embed-stats.json"
git merge "$branch"
git push origin master
git checkout "$branch"
# Release types package
npm run generate-types-package "$version"
cd types/dist
npm publish --access public
fi
)
# Release types package
npm run generate-types-package
cd types/dist
npm publish --access public