Skip to content

Commit 3310fa2

Browse files
committed
build-assets/package.json: updates
1 parent 05943ba commit 3310fa2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

build-assets/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
},
5959
"actions": {
6060
"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",
6464
"deep-clean": [
6565
"rm -rf build xpacks node_modules package-lock.json",
6666
"rm -rf ${HOME}/Work/xpack-dev-tools-build/{{ properties.appLcName }}-[0-9]*-*"
@@ -75,7 +75,7 @@
7575
"git-pull-helper": [
7676
"git -C ${HOME}/Work/xpack-dev-tools/xbb-helper-xpack.git pull"
7777
],
78-
"git-log": "git log --pretty='%cd * %h %s' --date=short",
78+
"git-log": "git -C .. log --pretty='%cd * %h %s' --date=short",
7979
"generate-workflows": "bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/generate-workflows.sh",
8080
"website-generate-commons": "bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/website-generate-commons.sh",
8181
"website-import-releases": "bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/website-import-releases.sh",
@@ -90,19 +90,19 @@
9090
"trigger-workflow-test-docker-linux-arm": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-test-docker-linux-arm.sh",
9191
"trigger-travis-macos": "bash xpacks/@xpack-dev-tools/xbb-helper/travis/trigger-travis-macos.sh",
9292
"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",
9494
"update-package-binaries": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/update-package-binaries.sh",
9595
"trigger-workflow-test-xpm": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-test-xpm.sh",
9696
"trigger-workflow-deep-clean": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-deep-clean.sh",
9797
"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",
100100
"test-xpm": "bash {{ properties.dbg }} scripts/test.sh --xpm",
101101
"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",
104104
"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"
106106
},
107107
"buildConfigurations": {
108108
"common-dependencies": {

0 commit comments

Comments
 (0)