aboutsummaryrefslogtreecommitdiffhomepage
path: root/types
diff options
context:
space:
mode:
Diffstat (limited to 'types')
-rw-r--r--types/generate-package.ts2
1 files changed, 1 insertions, 1 deletions
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()
12 }) 12 })
13 13
14async function run () { 14async function run () {
15 execSync('npm run build:types', { stdio: 'inherit' }) 15 execSync('npm run tsc -- -b --verbose types', { stdio: 'inherit' })
16 16
17 const typesPath = resolve(cwd(), './types/') 17 const typesPath = resolve(cwd(), './types/')
18 const typesDistPath = resolve(cwd(), typesPath, './dist/') 18 const typesDistPath = resolve(cwd(), typesPath, './dist/')