Skip to content

Commit

Permalink
chore: set minMajorVersion to 1 and releaseToNpm to true
Browse files Browse the repository at this point in the history
  • Loading branch information
01walid committed Jun 3, 2023
1 parent 3602b1c commit ee651b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ const project = new cdktf.ConstructLibraryCdktf({
projenrcTs: true,
repositoryUrl: "https://github.com/01walid/cdktf-gke-auth.git",
prettier: true,

releaseToNpm: true,
jest: true,
minMajorVersion: 1,
jestOptions: {
jestConfig: {
coverageProvider: "v8",
Expand Down

0 comments on commit ee651b9

Please sign in to comment.