Skip to content

Commit aadef43

Browse files
Change build command
1 parent 3433bd6 commit aadef43

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": "tsc --outDir ./.build src/index.ts",
6+
"build": "tsc --outDir ./.build",
77
"test:unit": "jest",
88
"typecheck": "tsc --listFiles --noEmit"
99
},

0 commit comments

Comments
 (0)