Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmokmss committed Sep 19, 2024
1 parent ea85f4c commit 1d4977c
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 99 deletions.
4 changes: 4 additions & 0 deletions .projen/tasks.json

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

3 changes: 3 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { join } from 'path';
import { awscdk } from 'projen';
const project = new awscdk.AwsCdkConstructLibrary({
author: 'tmokmss',
Expand Down Expand Up @@ -34,6 +35,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
});

project.addPackageIgnore('.tmp');
// required to run integ tests
project.projectBuild.testTask.exec('npm install', { cwd: join('example', 'lambda') });
project.projectBuild.testTask.exec('yarn tsc -p tsconfig.dev.json && yarn integ-runner');

project.synth();
192 changes: 96 additions & 96 deletions example/lambda/package-lock.json

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

Loading

0 comments on commit 1d4977c

Please sign in to comment.