Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 5ba17c7

Browse files
committed
package.json: rename build-all.yml
1 parent 6af5b6b commit 5ba17c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"generate-workflows": [
107107
"mkdir -p .github/workflows/",
108108
"cp scripts/helper/templates/body-github-pre-releases-test.md .github/workflows/",
109-
"cat scripts/helper/templates/build-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build.yml",
109+
"cat scripts/helper/templates/build-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-all.yml",
110110
"cat scripts/helper/templates/build-xbbi-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-xbbi.yml",
111111
"cat scripts/helper/templates/build-xbba-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-xbba.yml",
112112
"cat scripts/helper/templates/build-xbbm-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/build-xbbm.yml",
@@ -116,7 +116,7 @@
116116
"cat scripts/helper/templates/publish-release-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/publish-release.yml",
117117
"cat scripts/helper/templates/test-xpm-liquid.yml | {{ properties.LIQUIDJS }} > .github/workflows/test-xpm.yml"
118118
],
119-
"trigger-workflow-build": "bash scripts/helper/trigger-workflow-build.sh",
119+
"trigger-workflow-build-all": "bash scripts/helper/trigger-workflow-build.sh",
120120
"trigger-workflow-build-xbbi": "bash scripts/helper/trigger-workflow-build.sh --machine xbbi",
121121
"trigger-workflow-build-xbba": "bash scripts/helper/trigger-workflow-build.sh --machine xbba",
122122
"trigger-workflow-build-xbbm": "bash scripts/helper/trigger-workflow-build.sh --machine xbbm",

0 commit comments

Comments
 (0)