Skip to content

Commit 5825d56

Browse files
committed
package.json: update actions
1 parent 715f283 commit 5825d56

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,15 @@
144144
"{{ 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",
145145
"{{ 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",
146146
"{{ 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",
149150
"cp xpacks/@xpack-dev-tools/xbb-helper/templates/dot.gitignore .gitignore",
150151
"cp xpacks/@xpack-dev-tools/xbb-helper/templates/dot.npmignore .npmignore",
151152
"cp xpacks/@xpack-dev-tools/xbb-helper/templates/build.sh scripts/",
152153
"cp xpacks/@xpack-dev-tools/xbb-helper/templates/test.sh scripts/"
153154
],
155+
"generate-website-commons": "bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/generate-website-commons.sh",
154156
"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 }}",
155157
"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 }}",
156158
"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,6 +170,7 @@
168170
"trigger-workflow-deep-clean": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-deep-clean.sh",
169171
"test-native": "bash {{ properties.dbg }} scripts/test.sh",
170172
"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",
171174
"test-xpm": "bash {{ properties.dbg }} scripts/test.sh --xpm",
172175
"build-native": "bash {{ properties.dbg }} scripts/build.sh",
173176
"build-native-develop": "bash {{ properties.dbg }} scripts/build.sh --develop",

0 commit comments

Comments
 (0)