Skip to content

Commit 23314d1

Browse files
putting back the lambda-build just in case
1 parent 32df952 commit 23314d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/core-notifier-lambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"name": "nhs-notify-digital-core-notifier-lambda",
2020
"private": true,
2121
"scripts": {
22-
"lambda-build": "rm -rf dist && npx esbuild --bundle --sourcemap --sources-content=true --target=es2020 --platform=node --loader:.node=file --entry-names=[name] --outdir=dist src/index.ts",
22+
"lambda-build": "rm -rf dist && npx esbuild --bundle --minify --sourcemap --target=es2020 --platform=node --loader:.node=file --entry-names=[name] --outdir=dist src/index.ts",
2323
"lint": "eslint .",
2424
"lint:fix": "eslint . --fix",
2525
"test:unit": "jest",

0 commit comments

Comments
 (0)