Skip to content

Commit

Permalink
re-generate commons
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jan 17, 2025
1 parent cb1d981 commit 3684ee0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 3 additions & 5 deletions build-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"@xpack-dev-tools/xbb-helper": "^3.1.3"
},
"properties": {
"appName": "GNU bison",
"appLcName": "bison",
"platforms": "linux-x64,linux-arm64,linux-arm,darwin-x64,darwin-arm64",
"customFields": {
"programName": "bison",
Expand All @@ -36,7 +34,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/bison-[0-9]*-*"
],
"install": [
"npm install",
Expand Down Expand Up @@ -92,7 +90,7 @@
"actions": {
"deep-clean": [
"rm -rf {{properties.buildFolderRelativePathPosix}}",
"rm -rf ${HOME}/Work/xpack-dev-tools-build/{{properties.appLcName}}-[0-9]*-*/{{configuration.name}}"
"rm -rf ${HOME}/Work/xpack-dev-tools-build/bison-[0-9]*-*/{{configuration.name}}"
],
"install": "xpm install --config {{configuration.name}}"
}
Expand All @@ -109,7 +107,7 @@
"common-docker": {
"hidden": true,
"properties": {
"containerName": "{{properties.appLcName}}-{{package.version}}-{{configuration.name}}",
"containerName": "bison-{{package.version}}-{{configuration.name}}",
"force32": ""
},
"actions": {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
"liquidjs": "^10.19.1"
},
"topConfig": {
"longName": "GNU bison"
"longName": "GNU bison",
"shortName": "bison"
},
"engines": {
"node": " >=18.0.0"
Expand Down

0 comments on commit 3684ee0

Please sign in to comment.