chore(monorepo/server): remove server: prefix from scripts

This commit is contained in:
Elian Doran
2025-04-18 17:08:43 +03:00
parent eecf984d35
commit 12bdf5adde
3 changed files with 11 additions and 5 deletions

View File

@@ -14,7 +14,9 @@
],
"scripts": {
"chore:ci-update-nightly-version": "tsx ./scripts/update-nightly-version.ts",
"chore:update-build-info": "tsx ./scripts/update-build-info.ts"
"chore:update-build-info": "tsx ./scripts/update-build-info.ts",
"server:test": "npm --workspace=apps/server test",
"server:coverage": "npm --workspace=apps/server coverage"
},
"devDependencies": {
"tsx": "^4.19.3"