From 41e5b788d9890a5bcb562e36f5a89a843d1e50fd Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 16 Dec 2021 17:17:16 +0100 Subject: Fix generate types package script --- types/generate-package.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types') 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/') -- cgit v1.2.3