Skip to content

Commit

Permalink
chore: add package description
Browse files Browse the repository at this point in the history
  • Loading branch information
tmokmss committed May 15, 2022
1 parent a7ebf4b commit 6e4f88a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
keywords: ['aws', 'cdk', 'lambda', 'aws-cdk'],
tsconfig: {
},
// deps: [], /* Runtime dependencies of this module. */
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
// devDeps: [], /* Build dependencies for this module. */
// packageName: undefined, /* The "name" in package.json. */
description: 'Build your frontend apps during CDK deployment!',
});
// Bundle custom resource handler Lambda code
project.projectBuild.compileTask.prependExec('npm ci && npm run build', {cwd: 'lambda/nodejs-build'});
Expand Down
1 change: 1 addition & 0 deletions package.json

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

0 comments on commit 6e4f88a

Please sign in to comment.