mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
fix(monorepo): wrong server:build
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user