Skip to content

Commit 6c7204d

Browse files
committed
package.json: update generate-workflows
1 parent 23944a1 commit 6c7204d

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

package.json

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -99,27 +99,7 @@
9999
"git -C ${HOME}/Work/xpack-dev-tools/xbb-helper-xpack.git pull"
100100
],
101101
"git-log": "git log --pretty='%cd * %h %s' --date=short",
102-
"generate-workflows": [
103-
"mkdir -p .github/workflows/",
104-
"cp xpacks/@xpack-dev-tools/xbb-helper/templates/body-github-pre-releases-test.md .github/workflows/",
105-
"{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/build-darwin-x64-liquid.yml --output .github/workflows/build-darwin-x64.yml",
106-
"{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/build-darwin-arm64-liquid.yml --output .github/workflows/build-darwin-arm64.yml",
107-
"{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/build-linux-x64-liquid.yml --output .github/workflows/build-linux-x64.yml",
108-
"{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/build-win32-x64-liquid.yml --output .github/workflows/build-win32-x64.yml",
109-
"{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/build-linux-arm-liquid.yml --output .github/workflows/build-linux-arm.yml",
110-
"{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/build-linux-arm64-liquid.yml --output .github/workflows/build-linux-arm64.yml",
111-
"{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/test-prime-liquid.yml --output .github/workflows/test-prime.yml",
112-
"{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/test-docker-linux-intel-liquid.yml --output .github/workflows/test-docker-linux-intel.yml",
113-
"{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/test-docker-linux-arm-liquid.yml --output .github/workflows/test-docker-linux-arm.yml",
114-
"{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/publish-release-liquid.yml --output .github/workflows/publish-release.yml",
115-
"{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/test-xpm-liquid.yml --output .github/workflows/test-xpm.yml",
116-
"{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/deep-clean-liquid.yml --output .github/workflows/deep-clean.yml",
117-
"cp xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/publish-github-pages.yml .github/workflows/publish-github-pages.yml",
118-
"cp xpacks/@xpack-dev-tools/xbb-helper/templates/dot.gitignore .gitignore",
119-
"cp xpacks/@xpack-dev-tools/xbb-helper/templates/dot.npmignore .npmignore",
120-
"cp xpacks/@xpack-dev-tools/xbb-helper/templates/build.sh scripts/",
121-
"cp xpacks/@xpack-dev-tools/xbb-helper/templates/test.sh scripts/"
122-
],
102+
"generate-workflows": "bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/generate-workflows.sh",
123103
"website-generate-commons": "bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/website-generate-commons.sh",
124104
"website-import-releases": "bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/website-import-releases.sh",
125105
"trigger-workflow-build-darwin-x64": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-build.sh --workflow build-darwin-x64.yml --xpm-version {{ properties.xpm-version }} --loglevel {{ properties.xpm-install-loglevel }}",

0 commit comments

Comments
 (0)