parent
0ffb6474e7
commit
ab1b84fd16
|
|
@ -2,3 +2,4 @@ dist
|
|||
dist-types
|
||||
coverage
|
||||
.vscode
|
||||
packages/cli/src/lib/workspaces/templates
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ export const createWorkspace = async (opts: { name: string; cwd?: string }) => {
|
|||
opts.name,
|
||||
);
|
||||
|
||||
// eslint-disable-next-line no-restricted-syntax
|
||||
const templatePath = join(__dirname, 'templates', 'workspace');
|
||||
|
||||
execSync(
|
||||
|
|
|
|||
Loading…
Reference in New Issue