File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
"xpm-version" : " 0.18.0" ,
33
33
"xpm-install-loglevel" : " info" ,
34
34
"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}}"
38
38
},
39
39
"actions" : {
40
40
"deep-clean" : [
41
41
" 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]*-*"
43
43
],
44
44
"install" : [
45
45
" npm install" ,
You can’t perform that action at this time.
0 commit comments