Skip to content

Commit d981ec7

Browse files
committed
add health check package to package.json
1 parent 26a5310 commit d981ec7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@
130130
"./src/packages/dictionary",
131131
"./src/packages/language",
132132
"./src/packages/umbraco-news",
133-
"./src/packages/webhook"
133+
"./src/packages/webhook",
134+
"./src/packages/health-check"
134135
],
135136
"scripts": {
136137
"backoffice:test:e2e": "npx playwright test",

0 commit comments

Comments
 (0)