Skip to content

Commit

Permalink
fix(add): Use dynamic tailwind config path
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Nov 1, 2024
1 parent 7468429 commit 7505d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/setup/src/rwShadSetupHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export const handler = async ({ force }: { force: boolean }) => {
writeFile(twConfigPath, twConfigStr, { existingFiles: 'OVERWRITE' })

await execa.command(
'yarn rw lint --fix web/config/tailwind.config.js',
'yarn rw lint --fix ' + twConfigPath,
process.env['RWJS_CWD']
? {
cwd: process.env['RWJS_CWD'],
Expand Down

0 comments on commit 7505d30

Please sign in to comment.