Skip to content

Commit

Permalink
Merge pull request #6293 from dimagi/mjr/change-webpack-run-name
Browse files Browse the repository at this point in the history
Changed webpack command to be more generic
  • Loading branch information
mjriley authored May 11, 2024
2 parents c70ea11 + 5982bde commit 98464ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

- name: Run webpack
command:
cmd: yarn run build:react
cmd: yarn run build:webpack
chdir: '{{ code_source }}'
when: config_file.stat.exists

0 comments on commit 98464ff

Please sign in to comment.