Skip to content

Commit

Permalink
[JOBS] Add clean images job to jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
samtgarson committed Dec 18, 2023
1 parent bd08ce6 commit 870d564
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/jobs/functions/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { cleanImages } from './clean-images'
import { email } from './email'
import { generatePalette } from './generate-palette'

export const functions = [generatePalette, email]
export const functions = [generatePalette, email, cleanImages]

0 comments on commit 870d564

Please sign in to comment.