Trigger a production build on CI

This commit is contained in:
0x1eef 2024-05-19 23:47:51 -03:00
parent ca1352b4e3
commit 715adb8901

View file

@ -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