Skip to content

Commit 93840db

Browse files
committed
add webhook package to workspaces
1 parent 8413466 commit 93840db

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

package-lock.json

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@
125125
"url": "https://umbraco.com"
126126
},
127127
"workspaces": [
128-
"./src/packages/dictionary"
128+
"./src/packages/dictionary",
129+
"./src/packages/webhook"
129130
],
130131
"scripts": {
131132
"backoffice:test:e2e": "npx playwright test",

src/packages/webhook/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "@umbraco-backoffice/webhook",
3+
"private": true,
4+
"type": "module",
5+
"scripts": {
6+
"build": "vite build"
7+
}
8+
}

0 commit comments

Comments
 (0)