mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
chore(desktop): fix version
This commit is contained in:
parent
8e4b3711d4
commit
ef6eac6f6e
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@triliumnext/desktop",
|
"name": "@triliumnext/desktop",
|
||||||
"version": "0.0.1",
|
"version": "0.94.0",
|
||||||
"description": "Build your personal knowledge base with TriliumNext Notes",
|
"description": "Build your personal knowledge base with TriliumNext Notes",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "main.cjs",
|
"main": "main.cjs",
|
||||||
|
@ -116,7 +116,9 @@
|
|||||||
"executor": "@nx/js:node",
|
"executor": "@nx/js:node",
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
{
|
{
|
||||||
"projects": [ "client" ],
|
"projects": [
|
||||||
|
"client"
|
||||||
|
],
|
||||||
"target": "serve"
|
"target": "serve"
|
||||||
},
|
},
|
||||||
"build-without-client"
|
"build-without-client"
|
||||||
|
@ -26,7 +26,7 @@ function getVersion(packageJsonPath: string) {
|
|||||||
function main() {
|
function main() {
|
||||||
const version = getVersion(join(__dirname, "..", "package.json"));
|
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);
|
patchPackageJson(join(__dirname, "..", "apps", appName, "package.json"), version);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user