Fix release script

pull/5026/head
Chocobozzz 2022-06-07 09:58:59 +02:00
parent 8b126121da
commit 462a833e4c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ rm -f "./client/dist/embed-stats.json"
# Release types package
npm run generate-types-package "$version"
cd types/dist
cd packages/types/dist
npm publish --access public
fi
)