mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:21:16 +02:00
add npm install command to packaged-console target
This commit is contained in:
parent
ded210db39
commit
24450517fa
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ endif()
|
||||||
|
|
||||||
# add a target that will package the console
|
# add a target that will package the console
|
||||||
add_custom_target(${TARGET_NAME} ALL
|
add_custom_target(${TARGET_NAME} ALL
|
||||||
|
COMMAND npm install
|
||||||
COMMAND npm run packager -- --out ${CMAKE_CURRENT_BINARY_DIR} ${PRODUCTION_OPTION}
|
COMMAND npm run packager -- --out ${CMAKE_CURRENT_BINARY_DIR} ${PRODUCTION_OPTION}
|
||||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue