| 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/package.json b/webui/package.json index 9965575..8ad544f 100644 --- a/webui/package.json +++ b/webui/package.json
@@ -10,6 +10,7 @@ "./sketch-app-shell.js": "./dist/sketch-app-shell.js" }, "scripts": { + "playwright-install": "playwright install", "check": "tsc --noEmit", "demo": "vite --open src/web-components/demo/index.html", "demo:mermaid": "vite --open src/web-components/demo/mermaid-test/index.html",