mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 09:44:47 +08:00

This commit moves the generation of bundles for snippet and stubs to the `docs` profile. This allows to successfully build the project when tests are skipped, as long as the `docs` profile is not active. Closes gh-665