]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - types/generate-package.ts
Fix generate types package script
[github/Chocobozzz/PeerTube.git] / types / generate-package.ts
index ae79374308e144abd9a56f43e9f6ecfc3117b0e1..e20e9b624f66d57ec8251894a25cc3f01bdebc33 100644 (file)
@@ -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/')