mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-05 12:29:54 -06:00
chore(monorepo/server): remove server: prefix from scripts
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user