Clean install vitest

This commit is contained in:
rrole 2025-11-25 13:17:14 +01:00
parent 770e78170a
commit 9fc1bf24f1

View File

@ -42,7 +42,7 @@ cd /opt/wanderer/source/db
$STD go mod tidy
$STD go build
cd /opt/wanderer/source/web
$STD npm i -s vitest
$STD npm ci -s vitest
$STD npm ci --omit=dev
$STD npm run build
msg_ok "Installed wanderer"