Skip to content

Commit a087363

Browse files
committed
wip
1 parent 7885121 commit a087363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/tailwindcss-cli/tests/cli.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ describe('Build command', () => {
446446

447447
await writeInputFile('../postcss.config.mjs', customConfig)
448448

449-
await $(`${EXECUTABLE} --output ./dist/main.css --postcss`)
449+
await $(`${EXECUTABLE} --output ./dist/main.css --postcss postcss.config.mjs`)
450450

451451
let contents = await readOutputFile('main.css')
452452

0 commit comments

Comments
 (0)