mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-02-20 05:08:34 -06:00
chore(nx): move all monorepo-style in subfolder for processing
This commit is contained in:
38
package.json
38
package.json
@@ -1,38 +0,0 @@
|
||||
{
|
||||
"name": "trilium",
|
||||
"productName": "TriliumNext Notes",
|
||||
"description": "Build your personal knowledge base with TriliumNext Notes",
|
||||
"version": "0.93.0",
|
||||
"license": "AGPL-3.0-only",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/TriliumNext/Notes.git"
|
||||
},
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
],
|
||||
"nohoist": [
|
||||
"better-sqlite3"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"build:packages": "npm --workspace=packages/commons run build",
|
||||
"test": "npm --workspace=apps/client --workspace=apps/server run test",
|
||||
"clean": "rimraf --glob {apps,packages}/*/{build,dist}",
|
||||
"client:test": "npm --workspace=apps/client run test",
|
||||
"client:build": "npm --workspace=apps/client run build:webpack",
|
||||
"server:test": "npm --workspace=apps/server run test",
|
||||
"server:coverage": "npm --workspace=apps/server run coverage",
|
||||
"server:build": "npm --workspace=apps/server run build:ts",
|
||||
"server:package": "npm run build:packages && npm run client:build && npm --workspace=apps/server run package",
|
||||
"electron-forge:make": "npm run build:packages && npm run client:build && npm --workspace=apps/server run build:prepare-dist && npm --workspace=apps/desktop run electron-forge:make --",
|
||||
"chore:ci-update-nightly-version": "tsx ./scripts/update-nightly-version.ts",
|
||||
"chore:update-build-info": "tsx ./scripts/update-build-info.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "^6.0.1",
|
||||
"tsx": "^4.19.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user