Skip to content

Commit

Permalink
chore: do not use upgrade task
Browse files Browse the repository at this point in the history
  • Loading branch information
floydspace committed Sep 18, 2023
1 parent 46cb217 commit be1a5a6
Show file tree
Hide file tree
Showing 5 changed files with 156 additions and 41 deletions.
31 changes: 0 additions & 31 deletions .projen/tasks.json

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

1 change: 1 addition & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const project = new monorepo.MonorepoTsProject({
license: "MIT",
packageManager: javascript.NodePackageManager.PNPM,
clobber: false, // enable it and run `pnpm default && pnpm clobber`, if you need to reset the project
depsUpgrade: false, // enable it and run `pnpm default && pnpm upgrade` to upgrade projen and monorepo deps
devDeps: ["@aws/pdk", "@changesets/changelog-github", "@changesets/cli"],
});

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# replace this
WIP.

Effect Docs: https://www.effect.website<br>

`@effect-aws` is a collection of libraries for working with AWS services wrapped in the Effect type, to make them easier to use with the Effect ecosystem.
2 changes: 0 additions & 2 deletions package.json

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

157 changes: 150 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit be1a5a6

Please sign in to comment.