diff --git a/.npmrc b/.npmrc index ef2990b..c3dd906 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1,4 @@ # ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". resolution-mode=highest -auto-install-peers=false +auto-install-peers=true diff --git a/.projenrc.js b/.projenrc.js index 0ebe93b..a536c3a 100644 --- a/.projenrc.js +++ b/.projenrc.js @@ -23,5 +23,5 @@ const project = new awscdk.AwsCdkConstructLibrary({ // packageName: undefined, /* The "name" in package.json. */ // release: undefined, /* Add release management to this project. */ }); -project.npmrc.addConfig('auto-install-peers', 'false'); +project.npmrc.addConfig('auto-install-peers', 'true'); project.synth();