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 @@ -286,15 +286,15 @@ jobs:
286286 shell : bash
287287 run : |
288288 if compgen -G 'resources/jsActions/mobile-resources-native/dist/*' > /dev/null; then
289- mv -f resources/jsActions/mobile-resources-native/dist/node_modules Native-Mobile-Resources-mx10/javascriptsource/nativemobileresources/actions/
290- find resources/jsActions/mobile-resources-native/dist -type f -exec mv -f {} Native-Mobile-Resources-mx10/javascriptsource/nativemobileresources/actions/ \;
289+ rm -rf Native-Mobile-Resources-mx10/javascriptsource/nativemobileresources/actions/node_modules
290+ mv -f resources/jsActions/mobile-resources-native/dist/* Native-Mobile-Resources-mx10/javascriptsource/nativemobileresources/actions/
291291 fi
292292 - name : " Move nanoflow-actions"
293293 shell : bash
294294 run : |
295295 if compgen -G 'resources/jsActions/nanoflow-actions-native/dist/*' > /dev/null; then
296- mv -f resources/jsActions/nanoflow-actions-native/dist/node_modules Native-Mobile-Resources-mx10/javascriptsource/nanoflowcommons/actions/
297- find resources/jsActions/nanoflow-actions-native/dist -type f -exec mv -f {} Native-Mobile-Resources-mx10/javascriptsource/nanoflowcommons/actions/ \;
296+ rm -rf Native-Mobile-Resources-mx10/javascriptsource/nanoflowcommons/actions/node_modules
297+ mv -f resources/jsActions/nanoflow-actions-native/dist/* Native-Mobile-Resources-mx10/javascriptsource/nanoflowcommons/actions/
298298 fi
299299 - name : " Force rebuild test project"
300300 run : |
You can’t perform that action at this time.
0 commit comments