chore: code review comments

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-07-15 12:21:53 +02:00
parent 8b93d985c0
commit a0149f0228
4 changed files with 5 additions and 3 deletions
@@ -13,4 +13,4 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export { createFetchCookiecutterAction } from './fetch';
export * from './fetch';
@@ -13,4 +13,4 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export { createFetchCookiecutterAction } from './actions';
export * from './actions';
@@ -20,4 +20,6 @@ export * from './debug';
export * from './fetch';
export * from './filesystem';
export * from './publish';
export { createFetchCookiecutterAction } from '@backstage/plugin-scaffolder-backend-module-cookiecutter';
export { runCommand } from './helpers';