Skip to content

Commit

Permalink
fix: consolidate tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMcCulloh committed Dec 5, 2021
1 parent 1eb0f07 commit c02d279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 1 addition & 7 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions src/project_type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,8 @@ module.exports = {
const releaseTask = this.tasks.tryFind("release")!;

releaseTask.exec(
"cp ./{LICENSE,package.json,package-lock.json,README.md,.vscodeignore} dist/"
"cp -R LICENSE package.json package-lock.json README.md .vscodeignore lib resources dist"
);
releaseTask.exec("cp -R lib dist");
releaseTask.exec("cp -R resources dist");
}
}
}

0 comments on commit c02d279

Please sign in to comment.