mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-17 10:27:14 +02:00
put npm install command in hidden folder
This commit is contained in:
parent
b233f2710e
commit
dfdea79525
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue