Skip to content

Commit 5412b1f

Browse files
Switch build command
1 parent 5cadd05 commit 5412b1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lambdas/authorizer/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
6-
"build": "tsc --outDir ./.build",
7-
"build2": "esbuild src/index.ts --bundle --outdir=.build --format=cjs",
6+
"build": "esbuild src/index.ts --bundle --outdir=.build --format=cjs",
87
"test:unit": "jest",
98
"typecheck": "tsc --listFiles --noEmit"
109
},

0 commit comments

Comments
 (0)