Skip to content

Commit

Permalink
Updating lambda makefile based on this comment aws/aws-sam-cli#2565 (…
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanKoeller committed Feb 14, 2022
1 parent 76cffb1 commit be2c8c8
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 3,313 deletions.
3 changes: 1 addition & 2 deletions lambdas/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
build-ArticlesCrudFunction:
npm install
npm ci
# workaround https://github.com/aws/aws-sam-cli/issues/2565
npm rebuild
npm run lint
npm run fast-compile
npm run fast-test
Expand Down
Loading

0 comments on commit be2c8c8

Please sign in to comment.