chore: move build dir to build, not dist

This commit is contained in:
Tom Keller
2022-10-15 18:16:08 -07:00
parent 921a07e77f
commit a821f1a13e
4 changed files with 7 additions and 6 deletions
+2
View File
@@ -16,6 +16,8 @@ const project = new GitHubActionTypeScriptProject({
projenrcJsOptions: {
filename: '.projenrc.cjs',
},
sampleCode: false,
gitignore: ['build'],
actionMetadata: {
name: '"Configure AWS Credentials" Action for GitHub Actions',
description: 'Configures AWS credentials for use in subsequent steps in a GitHub Action workflow',