Skip to content

Commit

Permalink
fix: initial run of watchers may not correctly generate prescan
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Apr 11, 2023
1 parent e8627a2 commit 2fe8c3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/webpack/bin/watch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ THEME="${MODULE_HOME}"/client

rm -rf "$KUI_BUILDDIR"/dist/webpack/*

# make sure we prime the prescan, even if we cannot fully generate it,
# yet
npx kui-prescan

if [ -n "$OPEN" ]; then
OPEN="--open"
else
Expand Down

0 comments on commit 2fe8c3c

Please sign in to comment.