|
144 | 144 | "{{ 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", |
145 | 145 | "{{ 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", |
146 | 146 | "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/publish-release-liquid.yml --output .github/workflows/publish-release.yml", |
147 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/test-xpm-liquid.yml --output .github/workflows/test-xpm.yml", |
148 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/deep-clean-liquid.yml --output .github/workflows/deep-clean.yml", |
| 147 | + "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/test-xpm-liquid.yml --output .github/workflows/test-xpm.yml", |
| 148 | + "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/deep-clean-liquid.yml --output .github/workflows/deep-clean.yml", |
| 149 | + "cp xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/publish-github-pages.yml .github/workflows/publish-github-pages.yml", |
149 | 150 | "cp xpacks/@xpack-dev-tools/xbb-helper/templates/dot.gitignore .gitignore", |
150 | 151 | "cp xpacks/@xpack-dev-tools/xbb-helper/templates/dot.npmignore .npmignore", |
151 | 152 | "cp xpacks/@xpack-dev-tools/xbb-helper/templates/build.sh scripts/", |
152 | 153 | "cp xpacks/@xpack-dev-tools/xbb-helper/templates/test.sh scripts/" |
153 | 154 | ], |
| 155 | + "generate-website-commons": "bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/generate-website-commons.sh", |
154 | 156 | "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 }}", |
155 | 157 | "trigger-workflow-build-darwin-arm64": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-build.sh --workflow build-darwin-arm64.yml --xpm-version {{ properties.xpm-version }} --loglevel {{ properties.xpm-install-loglevel }}", |
156 | 158 | "trigger-workflow-build-linux-x64": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-build.sh --workflow build-linux-x64.yml --xpm-version {{ properties.xpm-version }} --loglevel {{ properties.xpm-install-loglevel }}", |
|
168 | 170 | "trigger-workflow-deep-clean": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-deep-clean.sh", |
169 | 171 | "test-native": "bash {{ properties.dbg }} scripts/test.sh", |
170 | 172 | "test-pre-release": "bash {{ properties.dbg }} scripts/test.sh --base-url pre-release --develop --cache", |
| 173 | + "test-release": "bash {{ properties.dbg }} scripts/test.sh --base-url pre-release --develop --cache", |
171 | 174 | "test-xpm": "bash {{ properties.dbg }} scripts/test.sh --xpm", |
172 | 175 | "build-native": "bash {{ properties.dbg }} scripts/build.sh", |
173 | 176 | "build-native-develop": "bash {{ properties.dbg }} scripts/build.sh --develop", |
|
0 commit comments