Skip to content

Commit c46f366

Browse files
authored
Update deploy-lambda.yaml
1 parent 4f13c6b commit c46f366

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/deploy-lambda.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,12 @@ jobs:
3636
node-version: 24
3737
cache: npm
3838
cache-dependency-path: lambda/package-lock.json
39+
- name: Install dependencies
40+
working-directory: ./lambda
41+
run: npm ci
42+
- name: Build TypeScript
43+
working-directory: ./lambda
44+
run: npm run build
45+
- name: Package Lambda function
46+
working-directory: ./lambda
47+
run: npm run package

0 commit comments

Comments
 (0)