From 1ce4131a1bb9e37938e9093d6d4c9cce2bfe9ba3 Mon Sep 17 00:00:00 2001 From: Liviu Ionescu Date: Fri, 17 Jan 2025 19:08:37 +0200 Subject: [PATCH] re-generate commons --- build-assets/package.json | 4 +--- package.json | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-assets/package.json b/build-assets/package.json index 3282cd5..f994669 100644 --- a/build-assets/package.json +++ b/build-assets/package.json @@ -16,8 +16,6 @@ "@xpack-dev-tools/xbb-helper": "^3.1.3" }, "properties": { - "appName": "Binary Development Tools", - "appLcName": "xpack-dev-tools.github.io", "customFields": { "isOrganizationWeb": "true", "docusaurusTagline": "Cross-platform binary tools for software development, aimed at reproducible builds", @@ -39,7 +37,7 @@ "actions": { "deep-clean": [ "rm -rf build xpacks node_modules package-lock.json", - "rm -rf ${HOME}/Work/xpack-dev-tools-build/{{properties.appLcName}}-[0-9]*-*" + "rm -rf ${HOME}/Work/xpack-dev-tools-build/xpack-dev-tools.github.io-[0-9]*-*" ], "install": [ "npm install", diff --git a/package.json b/package.json index 72d6d51..02a1574 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,8 @@ "liquidjs": "^10.19.1" }, "topConfig": { + "longName": "Binary Development Tools", + "shortName": "xpack-dev-tools.github.io", "isOrganizationWeb": "true", "hasTriggerPublishPreview": "true", "hasEmptyMaster": "true"