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