Skip to content

Commit

Permalink
Simplify type gen
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Oct 27, 2023
1 parent 3df6999 commit a13708b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tailwindcss-language-service/scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let build = await esbuild.context({
// Call the tsc command to generate the types
spawnSync(
'tsc',
['--emitDeclarationOnly', '--outDir', path.resolve(__dirname, '../dist')],
['--emitDeclarationOnly', '--outFile', path.resolve(__dirname, '../dist/index.d.ts')],
{
stdio: 'inherit',
}
Expand Down

0 comments on commit a13708b

Please sign in to comment.