Skip to content

Commit

Permalink
chore(frontend.scripts): update serve script with command name variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dmyna committed Nov 19, 2024
1 parent f582861 commit 2dba9a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/scripts/serve
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash
TRUNK_CMD="trunkrs"

watchexec -w src -w index.html --shell bash -- 'tailwindcss -o public/tailwind.css' & trunk serve
watchexec -w src -w index.html --shell bash -- 'tailwindcss -o public/tailwind.css' &
$TRUNK_CMD serve

0 comments on commit 2dba9a7

Please sign in to comment.