Browse Source

Fix release script

Chocobozzz 5 months ago
parent
commit
9f9522e865
1 changed files with 2 additions and 0 deletions
  1. 2 0
      scripts/release.sh

+ 2 - 0
scripts/release.sh

@@ -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