Skip to content

Commit

Permalink
add build logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jdinh8124 committed Nov 17, 2023
1 parent a5eb8a3 commit 4672c45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/api/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ custom:
hooks:
package:compileEvents: ./handlers/repack.js
before:deploy:compile:
- npm run build
- yarn build
params:
master:
formsProvisionedConcurrency: 2
Expand Down
1 change: 1 addition & 0 deletions src/services/api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
"module": "ESNext",
},
"include": ["layers/**/*.ts"],
"exclude": ["node_modules"]
}

0 comments on commit 4672c45

Please sign in to comment.