Skip to content

Commit

Permalink
build: skip using webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Nov 26, 2024
1 parent 8893357 commit ea71c0a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sudo -E -H -u {{ edxapp_user }} \
"STATIC_ROOT_LMS=/edx/var/edxapp/staticfiles" \
"STATIC_ROOT_CMS=/edx/var/edxapp/staticfiles/studio" \
npm install \
&& npm run webpack --config webpack.config.js \
&& npm run webpack \
&& npm run compile-sass \
&& {{ edxapp_venv_bin }}/python manage.py lms collectstatic --noinput --settings=$EDX_PLATFORM_SETTINGS \
&& {{ edxapp_venv_bin }}/python manage.py cms collectstatic --noinput --settings=$EDX_PLATFORM_SETTINGS
Expand All @@ -21,7 +21,7 @@ sudo -E -H -u {{ edxapp_user }} \
"STATIC_ROOT_LMS=/edx/var/edxapp/staticfiles" \
"STATIC_ROOT_CMS=/edx/var/edxapp/staticfiles/studio" \
npm install \
&& npm run webpack --config webpack.config.js \
&& npm run webpack \
&& npm run compile-sass \
&& {{ edxapp_venv_bin }}/python manage.py lms collectstatic --noinput --settings=$EDX_PLATFORM_SETTINGS \
&& {{ edxapp_venv_bin }}/python manage.py cms collectstatic --noinput --settings=$EDX_PLATFORM_SETTINGS
Expand Down

0 comments on commit ea71c0a

Please sign in to comment.