Trigger a production build on CI
This commit is contained in:
parent
ca1352b4e3
commit
715adb8901
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ task :ci do
|
||||||
sh "bundle exec rubocop"
|
sh "bundle exec rubocop"
|
||||||
sh "npm exec eslint -- src/js/"
|
sh "npm exec eslint -- src/js/"
|
||||||
sh "npm exec prettier -- --check src/js/"
|
sh "npm exec prettier -- --check src/js/"
|
||||||
Bundler.with_original_env { sh "rake nanoc:clean nanoc:build" }
|
Bundler.with_original_env { sh "buildenv=production rake nanoc:clean nanoc:build" }
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue