Skip to content

Commit 4542580

Browse files
committed
feat: update config test for build cmd v3
1 parent 64dd905 commit 4542580

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: tests/test_config.py

+2
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ def test_build_cmd_for_tailwind_css_3_x(settings: LazySettings):
258258
"--output",
259259
str(c.dist_css),
260260
"--minify",
261+
"--config",
262+
str(c.config_file),
261263
]
262264

263265

0 commit comments

Comments
 (0)