Skip to content

Commit 69137ea

Browse files
REVERT this change, keep the old code stack so its easier to find issues
1 parent 4d03d97 commit 69137ea

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 --minify --sourcemap --target=es2020 --platform=node --loader:.node=file --entry-names=[name] --outdir=dist src/index.ts",
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",
2323
"lint": "eslint .",
2424
"lint:fix": "eslint . --fix",
2525
"test:unit": "jest",

0 commit comments

Comments
 (0)