Skip to content

Commit

Permalink
chore: Use workspaces and allow sam build to run from root
Browse files Browse the repository at this point in the history
- Build with sam build --base-dir . --template-file cf-macro/template.yaml
- update release instructions to reference NPM Workspaces intead of Lerna
  • Loading branch information
eoinsha committed Aug 31, 2022
1 parent 746953e commit a4aedc5
Show file tree
Hide file tree
Showing 15 changed files with 21,920 additions and 71,288 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
3 changes: 1 addition & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

In order to release a new version of the project:

- update the package version in the top level `package.json`
- run `npm run lerna:sync` to synchronise that version across all the sub packages
- update the package version with `npm version <version> -ws` to apply that version across all sub packages
- push these changes
- draft a new release in GitHub (the CI will do the publish to npm)
Loading

0 comments on commit a4aedc5

Please sign in to comment.