Skip to content

Commit

Permalink
re-generate commons
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jan 14, 2025
1 parent 3708907 commit 5fdf5c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"xpm-version": "0.18.0",
"xpm-install-loglevel": "info",
"dbg": "",
"buildFolderRelativePath": "{{ 'build' | path_join: configuration.name | to_filename | downcase }}",
"buildFolderRelativePathPosix": "{{ 'build' | path_posix_join: configuration.name | downcase }}",
"commandBashBuild": "bash {{ properties.dbg }} scripts/build.sh --target {{ configuration.name }} --build-folder {{ properties.buildFolderRelativePathPosix }}"
"buildFolderRelativePath": "{{'build' | path_join: configuration.name | to_filename | downcase}}",
"buildFolderRelativePathPosix": "{{'build' | path_posix_join: configuration.name | downcase}}",
"commandBashBuild": "bash {{properties.dbg}} scripts/build.sh --target {{configuration.name}} --build-folder {{properties.buildFolderRelativePathPosix}}"
},
"actions": {
"deep-clean": [
"rm -rf build xpacks node_modules package-lock.json",
"rm -rf ${HOME}/Work/xpack-dev-tools-build/{{ properties.appLcName }}-[0-9]*-*"
"rm -rf ${HOME}/Work/xpack-dev-tools-build/{{properties.appLcName}}-[0-9]*-*"
],
"install": [
"npm install",
Expand Down

0 comments on commit 5fdf5c7

Please sign in to comment.