Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit fde41ee

Browse files
committed
fix(lambda-at-edge): fix broken npm install by changing src/command.js -> dist/command.js
1 parent 103fa32 commit fde41ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/libs/lambda-at-edge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"main": "dist/index.js",
99
"types": "dist/index.d.ts",
1010
"bin": {
11-
"build-lambda-at-edge": "src/command.js"
11+
"build-lambda-at-edge": "dist/command.js"
1212
},
1313
"scripts": {
1414
"prepare": "yarn build",

0 commit comments

Comments
 (0)