|
149 | 149 | "generate-workflows": [ |
150 | 150 | "mkdir -p .github/workflows/", |
151 | 151 | "cp xpacks/@xpack-dev-tools/xbb-helper/templates/body-github-pre-releases-test.md .github/workflows/", |
152 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/build-darwin-x64-liquid.yml > .github/workflows/build-darwin-x64.yml", |
153 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/build-darwin-arm64-liquid.yml > .github/workflows/build-darwin-arm64.yml", |
154 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/build-linux-x64-liquid.yml > .github/workflows/build-linux-x64.yml", |
155 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/build-win32-x64-liquid.yml > .github/workflows/build-win32-x64.yml", |
156 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/build-linux-arm-liquid.yml > .github/workflows/build-linux-arm.yml", |
157 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/build-linux-arm64-liquid.yml > .github/workflows/build-linux-arm64.yml", |
158 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/test-prime-liquid.yml > .github/workflows/test-prime.yml", |
159 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/test-docker-linux-intel-liquid.yml > .github/workflows/test-docker-linux-intel.yml", |
160 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/test-docker-linux-arm-liquid.yml > .github/workflows/test-docker-linux-arm.yml", |
161 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/publish-release-liquid.yml > .github/workflows/publish-release.yml", |
162 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/test-xpm-liquid.yml > .github/workflows/test-xpm.yml", |
163 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/deep-clean-liquid.yml > .github/workflows/deep-clean.yml", |
| 152 | + "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/build-darwin-x64-liquid.yml --output .github/workflows/build-darwin-x64.yml", |
| 153 | + "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/build-darwin-arm64-liquid.yml --output .github/workflows/build-darwin-arm64.yml", |
| 154 | + "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/build-linux-x64-liquid.yml --output .github/workflows/build-linux-x64.yml", |
| 155 | + "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/build-win32-x64-liquid.yml --output .github/workflows/build-win32-x64.yml", |
| 156 | + "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/build-linux-arm-liquid.yml --output .github/workflows/build-linux-arm.yml", |
| 157 | + "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/build-linux-arm64-liquid.yml --output .github/workflows/build-linux-arm64.yml", |
| 158 | + "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/test-prime-liquid.yml --output .github/workflows/test-prime.yml", |
| 159 | + "{{ 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", |
| 160 | + "{{ 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", |
| 161 | + "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/publish-release-liquid.yml --output .github/workflows/publish-release.yml", |
| 162 | + "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/test-xpm-liquid.yml --output .github/workflows/test-xpm.yml", |
| 163 | + "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/deep-clean-liquid.yml --output .github/workflows/deep-clean.yml", |
164 | 164 | "cp xpacks/@xpack-dev-tools/xbb-helper/templates/dot.gitignore .gitignore", |
165 | 165 | "cp xpacks/@xpack-dev-tools/xbb-helper/templates/dot.npmignore .npmignore", |
166 | 166 | "cp xpacks/@xpack-dev-tools/xbb-helper/templates/build.sh scripts/", |
|
0 commit comments