X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=types%2Fgenerate-package.ts;h=e20e9b624f66d57ec8251894a25cc3f01bdebc33;hb=41e5b788d9890a5bcb562e36f5a89a843d1e50fd;hp=ae79374308e144abd9a56f43e9f6ecfc3117b0e1;hpb=b8a4afa4c2ba8ed8ebfc4530f002f0e5037a0cf3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/types/generate-package.ts b/types/generate-package.ts index ae7937430..e20e9b624 100644 --- a/types/generate-package.ts +++ b/types/generate-package.ts @@ -12,7 +12,7 @@ run() }) async function run () { - execSync('npm run build:types', { stdio: 'inherit' }) + execSync('npm run tsc -- -b --verbose types', { stdio: 'inherit' }) const typesPath = resolve(cwd(), './types/') const typesDistPath = resolve(cwd(), typesPath, './dist/')