Skip to content

Commit

Permalink
feat: Public package for NPM
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Schreckengaust <[email protected]>
  • Loading branch information
scottschreckengaust authored and krokoko committed Nov 15, 2023
1 parent 4399f48 commit 81f6d64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* and limitations under the License.
*/
import { awscdk } from 'projen';
import { NpmAccess } from 'projen/lib/javascript';
import {
buildMeritBadgerWorkflow,
buildMonthlyIssuesMetricsWorkflow,
Expand Down Expand Up @@ -50,6 +51,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
workflowNodeVersion: '20.x', // 'ACTIVE'

npmTokenSecret: 'NPM_TOKEN',
npmAccess: NpmAccess.PUBLIC,

publishToPypi: {
distName: PUBLICATION_NAMESPACE+'.'+PROJECT_NAME,
Expand Down
3 changes: 3 additions & 0 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 81f6d64

Please sign in to comment.