Skip to content
This repository was archived by the owner on Jul 13, 2025. It is now read-only.

Commit c8a2a72

Browse files
committed
build: makes package public
1 parent bba12bd commit c8a2a72

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.projenrc.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { awscdk, javascript, SampleFile, TextFile } from 'projen';
22
import { CdkConfig } from 'projen/lib/awscdk';
3+
import { NpmAccess } from 'projen/lib/javascript';
34

45
const project = new awscdk.AwsCdkConstructLibrary({
56
author: 'Roman Filippov',
@@ -9,6 +10,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
910
defaultReleaseBranch: 'main',
1011
name: '@scaleleap/cdk-shared-static-website-hosting',
1112
packageManager: javascript.NodePackageManager.NPM,
13+
npmAccess: NpmAccess.PUBLIC,
1214
projenrcTs: true,
1315
repositoryUrl: 'https://github.com/ScaleLeap/shared-static-website-hosting',
1416
license: 'MIT',

package.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)