Skip to content

Commit

Permalink
feat: include package.json in final pack
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchoz49 committed Jan 7, 2024
1 parent f94e85a commit d92a41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function setFunctionArtifactPath(
}
}

const excludedFilesDefault = ['package-lock.json', 'pnpm-lock.yaml', 'yarn.lock', 'package.json'];
const excludedFilesDefault = ['package-lock.json', 'pnpm-lock.yaml', 'yarn.lock'];

export const filterFilesForZipPackage = ({
files,
Expand Down

0 comments on commit d92a41f

Please sign in to comment.