Skip to content

Commit

Permalink
npm public access
Browse files Browse the repository at this point in the history
  • Loading branch information
AmmarKarachi committed Nov 5, 2021
1 parent 3b4d9d6 commit 94cf8da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const fs = require('fs-extra');
const { AwsCdkConstructLibrary, NodePackageManager } = require('projen');
const { AwsCdkConstructLibrary, NodePackageManager, NpmAccess } = require('projen');
const { stringify } = require('yaml');


Expand All @@ -13,6 +13,7 @@ const project = new AwsCdkConstructLibrary({
name: 'exported-backend',
bundledDeps: dependencies,
deps: dependencies,
npmAccess: NpmAccess.PUBLIC,
devDeps: [
'@types/fs-extra@^8.1.1',
'@types/jest',
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 94cf8da

Please sign in to comment.