From 5fdf5c7af760146fa3a588ed848e11acf1d386f2 Mon Sep 17 00:00:00 2001 From: Liviu Ionescu Date: Tue, 14 Jan 2025 21:09:00 +0200 Subject: [PATCH] re-generate commons --- build-assets/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-assets/package.json b/build-assets/package.json index 0aecddf..8b4bf58 100644 --- a/build-assets/package.json +++ b/build-assets/package.json @@ -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",