Skip to content

Commit

Permalink
chore: add lambda dependencies to build
Browse files Browse the repository at this point in the history
  • Loading branch information
gtempus committed Oct 31, 2023
1 parent cbf57b1 commit 8474172
Show file tree
Hide file tree
Showing 4 changed files with 825 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/api_triggered_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'

- name: Install dependencies
working-directory: ./minecraft-slack-bot
run: npm install

- name: Zip Lambda function
run: |
mkdir dist
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
/terraform/.terraform/terraform.tfstate
/dist/
/.idea/
/minecraft-slack-bot/node_modules/
Loading

0 comments on commit 8474172

Please sign in to comment.