mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	chore(desktop): fix version
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@triliumnext/desktop", | ||||
|   "version": "0.0.1", | ||||
|   "version": "0.94.0", | ||||
|   "description": "Build your personal knowledge base with TriliumNext Notes", | ||||
|   "private": true, | ||||
|   "main": "main.cjs", | ||||
|   | ||||
| @@ -116,7 +116,9 @@ | ||||
|         "executor": "@nx/js:node", | ||||
|         "dependsOn": [ | ||||
|           { | ||||
|             "projects": [ "client" ], | ||||
|             "projects": [ | ||||
|               "client" | ||||
|             ], | ||||
|             "target": "serve" | ||||
|           }, | ||||
|           "build-without-client" | ||||
|   | ||||
| @@ -26,7 +26,7 @@ function getVersion(packageJsonPath: string) { | ||||
| function main() { | ||||
|     const version = getVersion(join(__dirname, "..", "package.json")); | ||||
|  | ||||
|     for (const appName of ["server", "client"]) { | ||||
|     for (const appName of ["server", "client", "desktop"]) { | ||||
|         patchPackageJson(join(__dirname, "..", "apps", appName, "package.json"), version); | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user