Skip to content

Commit 61acf52

Browse files
committed
package.json update
1 parent a30e1a6 commit 61acf52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build-assets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"trigger-workflow-build-linux-arm64": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-build.sh --workflow build-linux-arm64.yml --xpm-version {{properties.xpm-version}} --loglevel {{properties.xpm-install-loglevel}}",
4949
"trigger-workflow-test-prime": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-test-prime.sh",
5050
"trigger-workflow-test-docker-linux-x64": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-test-docker-linux-x64.sh",
51+
"trigger-workflow-test-docker-linux-arm": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-test-docker-linux-arm.sh",
5152
"trigger-workflow-publish-release": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-publish-release.sh",
5253
"generate-website-blog-post": "cd ../website; npm run generate-website-blog-post",
5354
"update-package-binaries": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/update-package-binaries.sh",
@@ -60,8 +61,7 @@
6061
"build-native": "bash {{properties.dbg}} scripts/build.sh",
6162
"build-native-develop": "bash {{properties.dbg}} scripts/build.sh --development",
6263
"build-native-develop-debug": "bash {{properties.dbg}} scripts/build.sh --development --debug",
63-
"trigger-travis-macos": "bash xpacks/@xpack-dev-tools/xbb-helper/travis/trigger-travis-macos.sh",
64-
"trigger-workflow-test-docker-linux-arm": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-test-docker-linux-arm.sh"
64+
"trigger-travis-macos": "bash xpacks/@xpack-dev-tools/xbb-helper/travis/trigger-travis-macos.sh"
6565
},
6666
"buildConfigurations": {
6767
"common-dependencies": {

0 commit comments

Comments
 (0)