Skip to content

Commit 1ce4131

Browse files
committed
re-generate commons
1 parent 772b706 commit 1ce4131

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build-assets/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
"@xpack-dev-tools/xbb-helper": "^3.1.3"
1717
},
1818
"properties": {
19-
"appName": "Binary Development Tools",
20-
"appLcName": "xpack-dev-tools.github.io",
2119
"customFields": {
2220
"isOrganizationWeb": "true",
2321
"docusaurusTagline": "Cross-platform binary tools for software development, aimed at reproducible builds",
@@ -39,7 +37,7 @@
3937
"actions": {
4038
"deep-clean": [
4139
"rm -rf build xpacks node_modules package-lock.json",
42-
"rm -rf ${HOME}/Work/xpack-dev-tools-build/{{properties.appLcName}}-[0-9]*-*"
40+
"rm -rf ${HOME}/Work/xpack-dev-tools-build/xpack-dev-tools.github.io-[0-9]*-*"
4341
],
4442
"install": [
4543
"npm install",

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
"liquidjs": "^10.19.1"
3737
},
3838
"topConfig": {
39+
"longName": "Binary Development Tools",
40+
"shortName": "xpack-dev-tools.github.io",
3941
"isOrganizationWeb": "true",
4042
"hasTriggerPublishPreview": "true",
4143
"hasEmptyMaster": "true"

0 commit comments

Comments
 (0)