We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b355446 commit 1b8027dCopy full SHA for 1b8027d
3 files changed
Makefile
@@ -24,6 +24,7 @@ deploy: # Deploy the project artefact to the target environment @Pipeline
24
25
clean:: # Clean-up project resources (main) @Operations
26
rm -f .version
27
+ find . -type d -name 'node_modules' -prune -exec rm -rf {} +
28
(cd sdk && make clean)
29
# Take out for now - might add again in the future
30
# (cd server && make clean)
lambdas/mi-updates-transformer/package.json
@@ -6,7 +6,7 @@
6
"@nhsdigital/nhs-notify-event-schemas-supplier-api": "*",
7
"aws-embedded-metrics": "^4.2.1",
8
"aws-lambda": "^1.0.6",
9
- "esbuild": "^0.24.2",
+ "esbuild": "^0.27.3",
10
"pino": "^10.1.0",
11
"zod": "^4.1.13"
12
},
0 commit comments