git » sdk » commit 546bb5a

Missed this dependency

author Stephen Paul Weber
2026-05-12 01:30:35 UTC
committer Stephen Paul Weber
2026-05-12 01:30:35 UTC
parent d1e6bdd48a203ad4137651d3477184161b89f6b5

Missed this dependency

Makefile +1 -1

diff --git a/Makefile b/Makefile
index 85a2db8..dc2a842 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ playwright/.cache/sqlite-worker1.js: npm
 	esbuild $@.mjs --bundle --format=esm --loader:.wasm=dataurl --outfile=$@
 	$(RM) $@.mjs
 
-playwright: playwright/.cache/borogove.js playwright/.cache/sqlite-wasm.js
+playwright: playwright/.cache/borogove.js playwright/.cache/sqlite-wasm.js playwright/.cache/sqlite-worker1.js
 	npx playwright test
 
 cpp/libborogove.dso: