Skip to content

Commit

Permalink
buildjs: fix rsync flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasmatus committed Jul 31, 2023
1 parent 81ee5e7 commit 8db6933
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ parser.add_argument('-e', '--no-eslint', { action: 'store_true', help: "Disable
parser.add_argument('-s', '--no-stylelint', { action: 'store_true', help: "Disable stylelint linting", default: lintDefault });
const args = parser.parse_args();

// bump
if (args.rsync)
process.env.RSYNC = args.rsync;

function notifyEndPlugin() {
return {
name: 'notify-end',
Expand Down

0 comments on commit 8db6933

Please sign in to comment.