[development,docs]: build_images.sh
fails if ditto-ui wasn't build before
#1699
Milestone
build_images.sh
fails if ditto-ui wasn't build before
#1699
The steps described on the readme for building ditto for development are out of date.
ditto/README.md
Line 80 in 022dffe
Possible solutions:
build_images.sh
to disable building certain components (e.g. ditto-ui)build_images.sh
.npm i -C ui && npm run build -C ui
Personally I would prefer options 1 or 2, less burden for new contributors. But the one liner should be fine too if the developer has a compatible node & npm version already installed.
The text was updated successfully, but these errors were encountered: