mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
cmake: only run prettier explicitly (#14228)
This commit is contained in:
@@ -46,4 +46,7 @@ include(BuildBun)
|
||||
include(RunClangFormat)
|
||||
include(RunClangTidy)
|
||||
include(RunZigFormat)
|
||||
include(RunPrettier)
|
||||
|
||||
if (ENABLE_PRETTIER)
|
||||
include(RunPrettier)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user