Skip to content

Commit

Permalink
Merge pull request #8 from HarshRohila/bugfix/fix_dev_build
Browse files Browse the repository at this point in the history
fixed dev build
  • Loading branch information
HarshRohila authored Jun 18, 2023
2 parents 944207d + a36fcc8 commit 18da467
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .projen/deps.json

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

10 changes: 5 additions & 5 deletions .projen/tasks.json

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

6 changes: 5 additions & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
const { awscdk } = require('projen');

const cdkVersion = '2.59.0'; /* First release of 2023 */

const project = new awscdk.AwsCdkConstructLibrary({
author: 'Harsh Rohila',
authorAddress: '[email protected]',
cdkVersion: '2.59.0', /* First release of 2023 */
cdkVersion,
defaultReleaseBranch: 'master',
name: 'cdk-secure-parameter-store',
repositoryUrl: 'https://github.com/HarshRohila/cdk-secure-parameter-store.git',
Expand All @@ -16,6 +19,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
'dev:deploy': "yarn build && npx cdk deploy --app='./lib/integ.default.js'",
},
gitignore: ['cdk.out'],
devDeps: [`cdk@${cdkVersion}`],
// packageName: undefined, /* The "name" in package.json. */
// release: undefined, /* Add release management to this project. */
});
Expand Down
4 changes: 4 additions & 0 deletions API.md

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

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ For more info refer aws [docs](https://docs.aws.amazon.com/AWSCloudFormation/lat

## For Contributors

### Build

- `npx projen build`

### Deploy

- `yarn dev:deploy`
Expand Down
1 change: 1 addition & 0 deletions package.json

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

16 changes: 15 additions & 1 deletion yarn.lock

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

0 comments on commit 18da467

Please sign in to comment.