Skip to content

Commit

Permalink
Merge pull request #64 from rootstrap/fix/cli_remove_docs_cli_deploy_…
Browse files Browse the repository at this point in the history
…workflows

fix(cli): remove docs & CLI deploy workflows
  • Loading branch information
asdolo authored Sep 10, 2024
2 parents c00d523 + a3404e5 commit 33c0262
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion cli/setup-project.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,15 @@ const installDependencies = async (projectName) => {
};

const removeUnrelatedFiles = () => {
projectFilesManager.removeFiles(['.git', 'README.md', 'docs', 'cli', 'LICENSE']);
projectFilesManager.removeFiles([
'.git',
'README.md',
'docs',
'.github/workflows/deploy-docs.yml',
'cli',
'.github/workflows/deploy-cli.yml',
'LICENSE',
]);
};

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

0 comments on commit 33c0262

Please sign in to comment.