mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
misc: include @notesnook/theme package when generating flatpak sources
This commit is contained in:
@@ -63,6 +63,10 @@ const directoryTree = {
|
|||||||
ui: {
|
ui: {
|
||||||
"package.json": ["packages", "ui", "package.json"],
|
"package.json": ["packages", "ui", "package.json"],
|
||||||
"package-lock.json": ["packages", "ui", "package-lock.json"]
|
"package-lock.json": ["packages", "ui", "package-lock.json"]
|
||||||
|
},
|
||||||
|
theme: {
|
||||||
|
"package.json": ["packages", "theme", "package.json"],
|
||||||
|
"package-lock.json": ["packages", "theme", "package-lock.json"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@@ -122,6 +126,10 @@ const lockfiles = [
|
|||||||
{
|
{
|
||||||
name: "ui",
|
name: "ui",
|
||||||
path: path.join(TEMP_FOLDER, "packages", "ui", "package-lock.json")
|
path: path.join(TEMP_FOLDER, "packages", "ui", "package-lock.json")
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "theme",
|
||||||
|
path: path.join(TEMP_FOLDER, "packages", "theme", "package-lock.json")
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user