Clone README when generating

This commit is contained in:
Sam Carlton 2020-11-17 12:43:06 -06:00
parent 643be6dc21
commit feded332a1
4 changed files with 6 additions and 4 deletions

View file

@ -2,7 +2,7 @@ import { promises as fs } from 'fs'
import path from 'path'
import pkg from './package'
import buildAppList from './helpers/build-app-list'
import buildAppList from './helpers/build-app-list.js'
const storeAppList = async function (builder) {