Skip to content

Commit

Permalink
Add build task to remove debug files
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Jun 27, 2024
1 parent 6e6388f commit de14ef4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/tasks/jwt-provider/build.rake
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ namespace 'jwt-provider' do
task :build do |task|
system('composer2 install --no-dev --ignore-platform-reqs --prefer-dist --optimize-autoloader') or exit 1
end
desc "remove debug files"
task :remove_debug_files do |task|
system('rm web/jwt-example*.php')
end
end

0 comments on commit de14ef4

Please sign in to comment.