Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
TheElixZammuto committed Sep 30, 2023
1 parent 2ea94b5 commit 1c010a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies/common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ elseif(UNIX)
endif()

#WebUI build
add_custom_target (web-ui ALL COMMAND npm ci && npm run build)
add_custom_target (web-ui ALL COMMAND npm install && npm run build)

0 comments on commit 1c010a2

Please sign in to comment.