Skip to content

Commit

Permalink
stop treating warning as error for UI
Browse files Browse the repository at this point in the history
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
  • Loading branch information
Nexucis committed Jun 9, 2022
1 parent 7211bd0 commit c5e148d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -45,7 +45,7 @@ ui-install:

.PHONY: ui-build
ui-build:
cd $(UI_PATH) && npm run build
cd $(UI_PATH) && CI="" npm run build

.PHONY: ui-build-module
ui-build-module:
Expand Down

0 comments on commit c5e148d

Please sign in to comment.