fix(ci): add missing test scripts
CI / check (push) Successful in 39s

This commit is contained in:
2026-05-28 06:31:00 +00:00
parent 1bae834dae
commit 73553ae352
+5 -1
View File
@@ -5,6 +5,10 @@
"scripts": {
"dev:server": "node packages/server/src/index.mjs",
"dev:frontend": "npm -w @uncaged/dashboard-frontend run dev",
"build": "npm -w @uncaged/dashboard-frontend run build"
"build": "npm -w @uncaged/dashboard-frontend run build",
"check": "biome check .",
"format": "biome format --write .",
"test": "echo 'no tests yet'",
"test:ci": "echo 'no tests yet'"
}
}