| commit | d6d2c69696cdd642c778406d7a42f6fa626a33ef | [log] [tgz] |
|---|---|---|
| author | Pokey Rule <755842+pokey@users.noreply.github.com> | Mon Apr 28 09:52:19 2025 +0100 |
| committer | Pokey Rule <755842+pokey@users.noreply.github.com> | Mon Apr 28 09:52:19 2025 +0100 |
| tree | 1da266303d1456b68e7494eb3b89ac5c309961ac | |
| parent | e66db3e309d840bd25a05b274e95779d2a42a325 [diff] [blame] |
webui: Add missing step to make install
diff --git a/webui/Makefile b/webui/Makefile index 58c3373..d6e6d13 100644 --- a/webui/Makefile +++ b/webui/Makefile
@@ -2,6 +2,7 @@ install: npm ci + npm run playwright-install demo: npm run demo