Skip to content

Commit 5fdf5c7

Browse files
committed
re-generate commons
1 parent 3708907 commit 5fdf5c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build-assets/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
"xpm-version": "0.18.0",
3333
"xpm-install-loglevel": "info",
3434
"dbg": "",
35-
"buildFolderRelativePath": "{{ 'build' | path_join: configuration.name | to_filename | downcase }}",
36-
"buildFolderRelativePathPosix": "{{ 'build' | path_posix_join: configuration.name | downcase }}",
37-
"commandBashBuild": "bash {{ properties.dbg }} scripts/build.sh --target {{ configuration.name }} --build-folder {{ properties.buildFolderRelativePathPosix }}"
35+
"buildFolderRelativePath": "{{'build' | path_join: configuration.name | to_filename | downcase}}",
36+
"buildFolderRelativePathPosix": "{{'build' | path_posix_join: configuration.name | downcase}}",
37+
"commandBashBuild": "bash {{properties.dbg}} scripts/build.sh --target {{configuration.name}} --build-folder {{properties.buildFolderRelativePathPosix}}"
3838
},
3939
"actions": {
4040
"deep-clean": [
4141
"rm -rf build xpacks node_modules package-lock.json",
42-
"rm -rf ${HOME}/Work/xpack-dev-tools-build/{{ properties.appLcName }}-[0-9]*-*"
42+
"rm -rf ${HOME}/Work/xpack-dev-tools-build/{{properties.appLcName}}-[0-9]*-*"
4343
],
4444
"install": [
4545
"npm install",

0 commit comments

Comments
 (0)