mirror of https://github.com/Chocobozzz/PeerTube
Fix release script
parent
6c89755d04
commit
9f9522e865
|
@ -133,6 +133,8 @@ find dist/ packages/core-utils/dist/ \
|
||||||
git push origin master
|
git push origin master
|
||||||
git checkout "$branch"
|
git checkout "$branch"
|
||||||
|
|
||||||
|
# Rebuild properly the server, with the declaration files
|
||||||
|
npm run build:server
|
||||||
# Release types package
|
# Release types package
|
||||||
npm run generate-types-package "$version"
|
npm run generate-types-package "$version"
|
||||||
cd packages/types-generator/dist
|
cd packages/types-generator/dist
|
||||||
|
|
Loading…
Reference in New Issue