Skip to content

Commit cd4ec06

Browse files
authored
chore: integ test package is missing resource files (#403)
--- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 8ae3856 commit cd4ec06

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.projenrc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1741,6 +1741,7 @@ for (const compiledDir of compiledDirs) {
17411741
cliInteg.gitignore.addPatterns(`${compiledDir}/**/*.d.ts`);
17421742
}
17431743
cliInteg.gitignore.addPatterns('!resources/**/*.js');
1744+
cliInteg.npmignore?.addPatterns('!resources/**/*');
17441745

17451746
//////////////////////////////////////////////////////////////////////
17461747

packages/@aws-cdk-testing/cli-integ/.npmignore

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)