Skip to content

Commit dc6491c

Browse files
Fix build command
1 parent 5b25f13 commit dc6491c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/authorizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
6-
"build": "esbuild src/index.ts --bundle --outdir=.build --format=cjs",
6+
"build": "esbuild src/index.ts --bundle --outdir=.build --format=cjs --platform=node",
77
"test:unit": "jest",
88
"typecheck": "tsc --listFiles --noEmit"
99
},

0 commit comments

Comments
 (0)