add health check package to package.json

This commit is contained in:
Mads Rasmussen
2024-06-17 15:08:44 +02:00
parent 729689cc37
commit 03ec67099a

View File

@@ -130,7 +130,8 @@
"./src/packages/dictionary",
"./src/packages/language",
"./src/packages/umbraco-news",
"./src/packages/webhook"
"./src/packages/webhook",
"./src/packages/health-check"
],
"scripts": {
"backoffice:test:e2e": "npx playwright test",