Only generate types for stable releases
This commit is contained in:
parent
adc61ac6a3
commit
d8aa370f3d
1 changed files with 5 additions and 5 deletions
|
@ -116,10 +116,10 @@ rm -f "./client/dist/embed-stats.json"
|
||||||
git merge "$branch"
|
git merge "$branch"
|
||||||
git push origin master
|
git push origin master
|
||||||
git checkout "$branch"
|
git checkout "$branch"
|
||||||
|
|
||||||
|
# Release types package
|
||||||
|
npm run generate-types-package "$version"
|
||||||
|
cd types/dist
|
||||||
|
npm publish --access public
|
||||||
fi
|
fi
|
||||||
)
|
)
|
||||||
|
|
||||||
# Release types package
|
|
||||||
npm run generate-types-package
|
|
||||||
cd types/dist
|
|
||||||
npm publish --access public
|
|
||||||
|
|
Loading…
Reference in a new issue