Skip to content

Commit

Permalink
chore(cfnspec): update npmignore to include '**/cdk.out' when creatin…
Browse files Browse the repository at this point in the history
…g missing libraries (#10876)

this change was introduced in #8803 but the script to create missing construct
libraries was not updated.

As a follow-up, will look into creating a test that exercises creation of a new
construct library and the subsequent validation against pkglint.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
shivlaks authored Oct 14, 2020
1 parent 88e1cd9 commit fee5b39
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ async function main() {
'',
'.eslintrc.js',
'jest.config.js',
'',
'# exclude cdk artifacts',
'**/cdk.out',
'junit.xml',
'test/',
]);
Expand Down

0 comments on commit fee5b39

Please sign in to comment.