We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32df952 commit 23314d1Copy full SHA for 23314d1
lambdas/core-notifier-lambda/package.json
@@ -19,7 +19,7 @@
19
"name": "nhs-notify-digital-core-notifier-lambda",
20
"private": true,
21
"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",
+ "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",
23
"lint": "eslint .",
24
"lint:fix": "eslint . --fix",
25
"test:unit": "jest",
0 commit comments