We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e230279 commit 37392b7Copy full SHA for 37392b7
packages/tailwindcss-language-service/scripts/build.mjs
@@ -27,7 +27,7 @@ let build = await esbuild.context({
27
{
28
name: 'generate-types',
29
async setup(build) {
30
- build.onEnd(async (result) => {
+ build.onEnd(async () => {
31
// Call the tsc command to generate the types
32
spawnSync(
33
'tsc',
0 commit comments