Fix clean build

This commit is contained in:
Robin Davies
2021-08-23 21:26:53 -04:00
parent 849001de46
commit 264a32d3b2
6 changed files with 34 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ if (CMAKE_BUILD_TYPE MATCHES Debug)
set(BUILD_REACT "echo")
set(BUILD_REACT_ARGS Skipping react debug build)
else()
set(BUILD_REACT ${NPM_COMMAND})
set(BUILD_REACT npm)
set(BUILD_REACT_ARGS run build)
endif()