From 993eb5c90d55be536b165fedae49f2467d2f342e Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 2 Jan 2024 21:41:06 +0000 Subject: [PATCH] Tests need npm install --- bin/ci-test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/ci-test.sh b/bin/ci-test.sh index ffcae66b2..6f25a7378 100755 --- a/bin/ci-test.sh +++ b/bin/ci-test.sh @@ -2,6 +2,8 @@ # test TiddlyWiki5 for tiddlywiki.com +npm install + node ./tiddlywiki.js \ ./editions/test \ --verbose \