From dfdea795250b4e8576c5833c40ea2bcc9ab24c6c Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 19 Jan 2016 15:44:34 -0800 Subject: [PATCH] put npm install command in hidden folder --- console/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/CMakeLists.txt b/console/CMakeLists.txt index 7979802a9e..a8de9f5457 100644 --- a/console/CMakeLists.txt +++ b/console/CMakeLists.txt @@ -16,7 +16,7 @@ add_custom_target(${TARGET_NAME} ) set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Server Console") -set_target_properties(${TARGET_NAME}-npm-install PROPERTIES FOLDER "Server Console") +set_target_properties(${TARGET_NAME}-npm-install PROPERTIES FOLDER "hidden/Server Console") # add a dependency from the package target to the server components add_dependencies(${TARGET_NAME} assignment-client domain-server)