Skip to content

Commit

Permalink
Remove build of not needed www packages
Browse files Browse the repository at this point in the history
guanlecoja-ui and data_module are not used with the react frontend
They have a build issue with the hash module which require to set 'NODE_OPTIONS=--openssl-legacy-provider' in env
  • Loading branch information
tdesveaux committed Oct 27, 2023
1 parent 8cddb10 commit 85c88f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ YARN := $(shell which yarnpkg || which yarn)

WWW_PKGS := www/base www/react-base www/react-console_view www/react-grid_view www/react-waterfall_view www/react-dne-grid_view
WWW_EX_PKGS := www/nestedexample www/codeparameter
WWW_DEP_PKGS := www/guanlecoja-ui www/data_module www/plugin_support www/react-data-module www/react-ui
WWW_DEP_PKGS := www/plugin_support www/react-data-module www/react-ui
ALL_PKGS := master worker pkg $(WWW_PKGS)

WWW_PKGS_FOR_UNIT_TESTS := $(filter-out www/badges www/plugin_support www/react-ui www/react-grid_view, $(WWW_DEP_PKGS) $(WWW_PKGS))
Expand Down

0 comments on commit 85c88f0

Please sign in to comment.