Skip to content

Commit

Permalink
fix: include webpack_config_path
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Nov 27, 2024
1 parent ea71c0a commit 412d806
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
sudo -E -H -u {{ edxapp_user }} \
env "PATH=$PATH" \
"STATICFILES_STORAGE={{ override }}" \
"WEBPACK_CONFIG_PATH=webpack.prod.config.js" \
"STATIC_ROOT=/edx/var/edxapp/staticfiles" \
"STATIC_ROOT_LMS=/edx/var/edxapp/staticfiles" \
"STATIC_ROOT_CMS=/edx/var/edxapp/staticfiles/studio" \
Expand All @@ -17,6 +18,7 @@ sudo -E -H -u {{ edxapp_user }} \
{% else %}
sudo -E -H -u {{ edxapp_user }} \
env "PATH=$PATH" \
"WEBPACK_CONFIG_PATH=webpack.prod.config.js" \
"STATIC_ROOT=/edx/var/edxapp/staticfiles" \
"STATIC_ROOT_LMS=/edx/var/edxapp/staticfiles" \
"STATIC_ROOT_CMS=/edx/var/edxapp/staticfiles/studio" \
Expand Down

0 comments on commit 412d806

Please sign in to comment.