diff options
author | Yulqen <246857+yulqen@users.noreply.github.com> | 2024-09-03 12:02:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-03 12:02:00 +0100 |
commit | c9677a2d2b13d156d28f01950db7670d5fe16407 (patch) | |
tree | 78ec618c8e21e0e4fa447fd3cb7732c584ef998a /scripts | |
parent | afc33046439e4cec0a5de7c87cb5dc8e23606689 (diff) | |
parent | 2cc69382c15aeed665b32aed01c701840ee80c9c (diff) |
Merge pull request #100 from defencedigital/postgres-migration
Migrating to Tailwind
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/watch_and_build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/watch_and_build.sh b/scripts/watch_and_build.sh new file mode 100755 index 0000000..14f6f2e --- /dev/null +++ b/scripts/watch_and_build.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +while inotifywait -e modify,create,delete -r ./templates ./core/templates ./engagements/templates +do + npm run build +done
\ No newline at end of file |