Skip to content

Commit

Permalink
make rsync command verbose
Browse files Browse the repository at this point in the history
when syncing module build file with npm installed files
  • Loading branch information
circlecube authored Mar 28, 2024
1 parent c464dd8 commit 63bec97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/module-plugin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:

- name: Sync Module build files to node_modules dir
if: ${{ inputs.sync-npm-package }}
run: rsync -r vendor/${{ inputs.module-repo }}/build node_modules/@${{ inputs.module-repo }}/build
run: rsync -r -v -h --progress vendor/${{ inputs.module-repo }}/build node_modules/@${{ inputs.module-repo }}/build

- name: Build Plugin
run: npm run build
Expand Down

0 comments on commit 63bec97

Please sign in to comment.