···1-diff --git a/cmake/targets/common.cmake b/cmake/targets/common.cmake
2-index 9f2ce08..8c32b8f 100644
3---- a/cmake/targets/common.cmake
4-+++ b/cmake/targets/common.cmake
5-@@ -48,8 +48,4 @@ else()
6- set(NPM_BUILD_HOMEBREW "")
7- endif()
89-#WebUI build
10-add_custom_target(web-ui ALL
11- WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
12- COMMENT "Installing NPM Dependencies and Building the Web UI"
13-- COMMAND bash -c \"npm install && SUNSHINE_BUILD_HOMEBREW=${NPM_BUILD_HOMEBREW} SUNSHINE_SOURCE_ASSETS_DIR=${NPM_SOURCE_ASSETS_DIR} SUNSHINE_ASSETS_DIR=${NPM_ASSETS_DIR} npm run build\") # cmake-lint: disable=C0301
14-+
···1+diff --git a/cmake/targets/unix.cmake b/cmake/targets/unix.cmake
2+index 2ce0378..10d8262 100644
3+--- a/cmake/targets/unix.cmake
4++++ b/cmake/targets/unix.cmake
5+@@ -1,8 +1,3 @@
6+ # unix specific target definitions
7+ # put anything here that applies to both linux and macos
89-#WebUI build
10-add_custom_target(web-ui ALL
11- WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
12- COMMENT "Installing NPM Dependencies and Building the Web UI"
13+- COMMAND bash -c \"npm install && SUNSHINE_BUILD_HOMEBREW=${NPM_BUILD_HOMEBREW} SUNSHINE_SOURCE_ASSETS_DIR=${NPM_SOURCE_ASSETS_DIR} SUNSHINE_ASSETS_DIR=${NPM_ASSETS_DIR} npm run build\") # cmake-lint: disable=C0301
0