Skip to content

Commit 05d0fba

Browse files
committed
build-assets/package.json: updates
1 parent e612b76 commit 05d0fba

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build-assets/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
},
2424
"actions": {
2525
"npm-install": "npm install",
26-
"npm-pack": "npm pack",
27-
"npm-version-patch": "npm version patch",
28-
"npm-version-minor": "npm version minor",
26+
"npm-pack": "cd .. && npm pack",
27+
"npm-version-patch": "cd .. && npm version patch",
28+
"npm-version-minor": "cd .. && npm version minor",
2929
"deep-clean": [
3030
"rm -rf build xpacks node_modules package-lock.json",
3131
"rm -rf ${HOME}/Work/xpack-dev-tools-build/{{ properties.appLcName }}-[0-9]*-*"
@@ -40,7 +40,7 @@
4040
"git-pull-helper": [
4141
"git -C ${HOME}/Work/xpack-dev-tools/xbb-helper-xpack.git pull"
4242
],
43-
"git-log": "git log --pretty='%cd * %h %s' --date=short",
43+
"git-log": "git -C .. log --pretty='%cd * %h %s' --date=short",
4444
"generate-workflows": "bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/generate-workflows.sh",
4545
"website-generate-commons": "bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/website-generate-commons.sh",
4646
"website-import-releases": "bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/website-import-releases.sh",
@@ -60,14 +60,14 @@
6060
"trigger-workflow-test-xpm": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-test-xpm.sh",
6161
"trigger-workflow-deep-clean": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-deep-clean.sh",
6262
"test-native": "bash {{ properties.dbg }} scripts/test.sh",
63-
"test-pre-release": "bash {{ properties.dbg }} scripts/test.sh --base-url pre-release --develop --cache",
64-
"test-release": "bash {{ properties.dbg }} scripts/test.sh --base-url pre-release --develop --cache",
63+
"test-pre-release": "bash {{ properties.dbg }} scripts/test.sh --base-url pre-release --development --cache",
64+
"test-release": "bash {{ properties.dbg }} scripts/test.sh --base-url pre-release --development --cache",
6565
"test-xpm": "bash {{ properties.dbg }} scripts/test.sh --xpm",
6666
"build-native": "bash {{ properties.dbg }} scripts/build.sh",
67-
"build-native-develop": "bash {{ properties.dbg }} scripts/build.sh --develop",
68-
"build-native-develop-debug": "bash {{ properties.dbg }} scripts/build.sh --develop --debug",
67+
"build-native-develop": "bash {{ properties.dbg }} scripts/build.sh --development",
68+
"build-native-develop-debug": "bash {{ properties.dbg }} scripts/build.sh --development --debug",
6969
"build-native-win": "bash {{ properties.dbg }} scripts/build.sh --windows",
70-
"build-native-win-develop": "bash {{ properties.dbg }} scripts/build.sh --develop --windows"
70+
"build-native-win-develop": "bash {{ properties.dbg }} scripts/build.sh --development --windows"
7171
},
7272
"buildConfigurations": {
7373
"common-dependencies": {

0 commit comments

Comments
 (0)