Skip to content

Commit a3404e5

Browse files
committed
fix(cli): remove docs & CLI deploy workflows
1 parent 29594e4 commit a3404e5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

cli/setup-project.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@ const installDependencies = async (projectName) => {
2626
};
2727

2828
const removeUnrelatedFiles = () => {
29-
projectFilesManager.removeFiles(['.git', 'README.md', 'docs', 'cli', 'LICENSE']);
29+
projectFilesManager.removeFiles([
30+
'.git',
31+
'README.md',
32+
'docs',
33+
'.github/workflows/deploy-docs.yml',
34+
'cli',
35+
'.github/workflows/deploy-cli.yml',
36+
'LICENSE',
37+
]);
3038
};
3139

3240
// Update package.json infos, name and set version to 0.0.1 + add initial version to osMetadata

0 commit comments

Comments
 (0)