|
58 | 58 | }, |
59 | 59 | "actions": { |
60 | 60 | "npm-install": "npm install", |
61 | | - "npm-pack": "npm pack", |
62 | | - "npm-version-patch": "npm version patch", |
63 | | - "npm-version-minor": "npm version minor", |
| 61 | + "npm-pack": "cd .. && npm pack", |
| 62 | + "npm-version-patch": "cd .. && npm version patch", |
| 63 | + "npm-version-minor": "cd .. && npm version minor", |
64 | 64 | "deep-clean": [ |
65 | 65 | "rm -rf build xpacks node_modules package-lock.json", |
66 | 66 | "rm -rf ${HOME}/Work/xpack-dev-tools-build/{{ properties.appLcName }}-[0-9]*-*" |
|
75 | 75 | "git-pull-helper": [ |
76 | 76 | "git -C ${HOME}/Work/xpack-dev-tools/xbb-helper-xpack.git pull" |
77 | 77 | ], |
78 | | - "git-log": "git log --pretty='%cd * %h %s' --date=short", |
| 78 | + "git-log": "git -C .. log --pretty='%cd * %h %s' --date=short", |
79 | 79 | "generate-workflows": "bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/generate-workflows.sh", |
80 | 80 | "website-generate-commons": "bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/website-generate-commons.sh", |
81 | 81 | "website-import-releases": "bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/website-import-releases.sh", |
|
90 | 90 | "trigger-workflow-test-docker-linux-arm": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-test-docker-linux-arm.sh", |
91 | 91 | "trigger-travis-macos": "bash xpacks/@xpack-dev-tools/xbb-helper/travis/trigger-travis-macos.sh", |
92 | 92 | "trigger-workflow-publish-release": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-publish-release.sh", |
93 | | - "generate-jekyll-post": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/generate-jekyll-post.sh", |
| 93 | + "generate-website-blog-post": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/generate-website-blog-post.sh", |
94 | 94 | "update-package-binaries": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/update-package-binaries.sh", |
95 | 95 | "trigger-workflow-test-xpm": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-test-xpm.sh", |
96 | 96 | "trigger-workflow-deep-clean": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-deep-clean.sh", |
97 | 97 | "test-native": "bash {{ properties.dbg }} scripts/test.sh", |
98 | | - "test-pre-release": "bash {{ properties.dbg }} scripts/test.sh --base-url pre-release --develop --cache", |
99 | | - "test-release": "bash {{ properties.dbg }} scripts/test.sh --base-url pre-release --develop --cache", |
| 98 | + "test-pre-release": "bash {{ properties.dbg }} scripts/test.sh --base-url pre-release --development --cache", |
| 99 | + "test-release": "bash {{ properties.dbg }} scripts/test.sh --base-url pre-release --development --cache", |
100 | 100 | "test-xpm": "bash {{ properties.dbg }} scripts/test.sh --xpm", |
101 | 101 | "build-native": "bash {{ properties.dbg }} scripts/build.sh", |
102 | | - "build-native-develop": "bash {{ properties.dbg }} scripts/build.sh --develop", |
103 | | - "build-native-develop-debug": "bash {{ properties.dbg }} scripts/build.sh --develop --debug", |
| 102 | + "build-native-develop": "bash {{ properties.dbg }} scripts/build.sh --development", |
| 103 | + "build-native-develop-debug": "bash {{ properties.dbg }} scripts/build.sh --development --debug", |
104 | 104 | "build-native-win": "bash {{ properties.dbg }} scripts/build.sh --windows", |
105 | | - "build-native-win-develop": "bash {{ properties.dbg }} scripts/build.sh --develop --windows" |
| 105 | + "build-native-win-develop": "bash {{ properties.dbg }} scripts/build.sh --development --windows" |
106 | 106 | }, |
107 | 107 | "buildConfigurations": { |
108 | 108 | "common-dependencies": { |
|
0 commit comments