Skip to content

Commit

Permalink
Remove watch command
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed Sep 27, 2024
1 parent 1722f8b commit c9734f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/codemod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,9 @@ export const runCodeMod = async (context?: CodeModContext): Promise<void> => {
}
return {
content:
`import { build } from "@deco/dev/tailwind";\nawait build();\n${txt.content}`,
`import { build } from "@deco/dev/tailwind";\nawait build();\n${
txt.content.replace(`#!/usr/bin/env -S deno run -A --watch`, "")
}`,
};
},
},
Expand Down

0 comments on commit c9734f9

Please sign in to comment.