Skip to content

Commit 37392b7

Browse files
committed
Update CI workflow
1 parent e230279 commit 37392b7

File tree

1 file changed

+1
-1
lines changed
  • packages/tailwindcss-language-service/scripts

1 file changed

+1
-1
lines changed

packages/tailwindcss-language-service/scripts/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let build = await esbuild.context({
2727
{
2828
name: 'generate-types',
2929
async setup(build) {
30-
build.onEnd(async (result) => {
30+
build.onEnd(async () => {
3131
// Call the tsc command to generate the types
3232
spawnSync(
3333
'tsc',

0 commit comments

Comments
 (0)