Skip to content

Commit

Permalink
fix: use correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Feb 15, 2024
1 parent 5dc583c commit 023ffa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/packLayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const packLayer = async ({
)

const layerDir = path.join(process.cwd(), 'dist', 'layers', id)
const nodejsDir = path.join(layerDir, 'nodejs', 'node18')
const nodejsDir = path.join(layerDir, 'nodejs', 'node20')

try {
await rm(layerDir, { recursive: true })
Expand Down

0 comments on commit 023ffa9

Please sign in to comment.