Skip to content

chore: update components path in generator script

The component generator script expects components to live inside the /components directory which was moved to /src, which prevents the script from behaving properly:

Which folder best categorizes your component?:
./bin/addComponentFiles.sh: line 10: cd: components: No such file or directory
1) bin/		   3) doc/	      5) src/
2) danger/	   4) documentation/  6) tests/

This MR updates incorrect the path.

Edited by Paul Gascou-Vaillancourt

Merge request reports