-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from HarshRohila/bugfix/fix_dev_build
fixed dev build
- Loading branch information
Showing
7 changed files
with
39 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
|
@@ -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. */ | ||
}); | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.