Skip to content

Commit 341aed8

Browse files
authored
chore: use a private package name in build-standalone-zip task (#728)
Updates the package name in the build-standalone-zip task from 'test' to '@aws-cdk/build-standalone-zip' to prevent the following warning: <img width="531" height="184" alt="image" src="https://github.com/user-attachments/assets/fc30e85d-4c03-453c-a629-e3af64807dfb" /> --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent fa9cc50 commit 341aed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projenrc/build-standalone-zip.task.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async function main() {
2020

2121
// Write a package.json with the top-level dependency
2222
await fs.writeFile(path.join(outdir, 'package.json'), JSON.stringify({
23-
name: 'test',
23+
name: '@aws-cdk/build-standalone-zip',
2424
private: true,
2525
version: '1.0.0',
2626
dependencies,

0 commit comments

Comments
 (0)