Merge pull request #1980 from umbraco/v14/chore/bundling-webhook

Chore: Bundling of the Webhook package
This commit is contained in:
Lee Kelleher
2024-06-06 12:23:19 +01:00
committed by GitHub
7 changed files with 56 additions and 16 deletions

View File

@@ -126,7 +126,8 @@
"url": "https://umbraco.com"
},
"workspaces": [
"./src/packages/dictionary"
"./src/packages/dictionary",
"./src/packages/webhook"
],
"scripts": {
"backoffice:test:e2e": "npx playwright test",