add webhook package to workspaces

This commit is contained in:
Mads Rasmussen
2024-06-03 14:14:25 +02:00
parent 5e3cca5146
commit ea40cf7bea
3 changed files with 20 additions and 3 deletions

View File

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