Skip to content

Commit

Permalink
Merge branch 'main' into jgmw/fix-jobs-bins
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Walker-GM committed Aug 22, 2024
2 parents d7a3f76 + 008ec77 commit f2136cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/setup/jobs/jobsHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const tasks = async ({ force }) => {
${c.success('\nBackground jobs configured!\n')}
${!modelExists ? 'Migrate your database to finish setting up jobs:\n' : ''}
${!modelExists ? c.important('\n\u00A0\u00A0yarn rw prisma migrate dev\n') : ''}
${!modelExists ? c.warning('\n\u00A0\u00A0yarn rw prisma migrate dev\n') : ''}
Generate jobs with: ${c.warning('yarn rw g job <name>')}
Execute jobs with: ${c.warning('yarn rw jobs work\n')}
Expand Down

0 comments on commit f2136cb

Please sign in to comment.