run webpack target instead of webpack-prod
This commit is contained in:
parent
a1423d278a
commit
558f194c06
1 changed files with 1 additions and 1 deletions
2
debian/rake-tasks.sh
vendored
2
debian/rake-tasks.sh
vendored
|
@ -28,7 +28,7 @@ chmod 0700 ${gitlab_data_dir}/.gitlab_shell_secret
|
||||||
echo "Installing node modules"
|
echo "Installing node modules"
|
||||||
runuser -u ${gitlab_user} -- sh -c 'install -d /var/lib/gitlab/node_modules'
|
runuser -u ${gitlab_user} -- sh -c 'install -d /var/lib/gitlab/node_modules'
|
||||||
runuser -u ${gitlab_user} -- sh -c 'npm install'
|
runuser -u ${gitlab_user} -- sh -c 'npm install'
|
||||||
runuser -u ${gitlab_user} -- sh -c 'npm run webpack-prod'
|
runuser -u ${gitlab_user} -- sh -c 'npm run webpack'
|
||||||
|
|
||||||
echo "Precompiling assets..."
|
echo "Precompiling assets..."
|
||||||
runuser -u ${gitlab_user} -- sh -c 'bundle exec rake tmp:cache:clear assets:precompile'
|
runuser -u ${gitlab_user} -- sh -c 'bundle exec rake tmp:cache:clear assets:precompile'
|
||||||
|
|
Loading…
Reference in a new issue