We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c2e97 commit 22aa741Copy full SHA for 22aa741
packages/aws-serverless/scripts/buildLambdaLayer.ts
@@ -142,7 +142,7 @@ function getAllFiles(dir: string): string[] {
142
143
function buildPackageJson(): void {
144
console.log('Building package.json');
145
- const packagesDir = path.resolve(__dirname, '..');
+ const packagesDir = path.resolve(__dirname, '../..');
146
const packageDirs = fs
147
.readdirSync(packagesDir, { withFileTypes: true })
148
.filter(dirent => dirent.isDirectory())
0 commit comments