mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(monorepo): wrong server:build
This commit is contained in:
parent
2037868044
commit
e8d9f980cd
@ -21,7 +21,7 @@
|
||||
|
||||
"server:test": "npm --workspace=apps/server run test",
|
||||
"server:coverage": "npm --workspace=apps/server run coverage",
|
||||
"server:build": "npm --workspace=apps/client run build:ts",
|
||||
"server:build": "npm --workspace=apps/server run build:ts",
|
||||
|
||||
"chore:ci-update-nightly-version": "tsx ./scripts/update-nightly-version.ts",
|
||||
"chore:update-build-info": "tsx ./scripts/update-build-info.ts"
|
||||
|
Loading…
x
Reference in New Issue
Block a user