mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 01:26:52 +02:00
fix(core): wrong package version
This commit is contained in:
@@ -30,7 +30,7 @@ function main() {
|
||||
patchPackageJson(join(__dirname, "..", "apps", appName, "package.json"), version);
|
||||
}
|
||||
|
||||
for (const packageName of ["commons", "pdfjs-viewer"]) {
|
||||
for (const packageName of ["commons", "pdfjs-viewer", "trilium-core"]) {
|
||||
patchPackageJson(join(__dirname, "..", "packages", packageName, "package.json"), version);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user