Fix release script
This commit is contained in:
parent
6c89755d04
commit
9f9522e865
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue