1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Add version to generate types packages

This commit is contained in:
Chocobozzz 2021-12-28 10:25:30 +01:00
parent 6627dbc957
commit 21d68e6803
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 13 additions and 5 deletions

View file

@ -41,7 +41,7 @@ findTestFiles () {
}
if [ "$1" = "types-package" ]; then
npm run generate-types-package
npm run generate-types-package 0.0.0
npm run tsc -- --noEmit --esModuleInterop packages/types/tests/test.ts
elif [ "$1" = "client" ]; then
npm run build