parent
dfef6c190a
commit
ec100b6cae
|
@ -30,7 +30,7 @@ let build = await esbuild.context({
|
||||||
// Call the tsc command to generate the types
|
// Call the tsc command to generate the types
|
||||||
spawnSync(
|
spawnSync(
|
||||||
'tsc',
|
'tsc',
|
||||||
['--emitDeclarationOnly', '--outFile', path.resolve(__dirname, '../dist/index.d.ts')],
|
['--emitDeclarationOnly', '--outDir', path.resolve(__dirname, '../dist')],
|
||||||
{
|
{
|
||||||
stdio: 'inherit',
|
stdio: 'inherit',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue