Skip to content

Commit c81c2b2

Browse files
committed
fix: after next merge
1 parent 43b095b commit c81c2b2

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

packages/cli/files/references.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

packages/project-aws/tsconfig.build.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
{ "path": "../api-record-locking/tsconfig.build.json" },
2727
{ "path": "../api-security-cognito/tsconfig.build.json" },
2828
{ "path": "../api-website-builder/tsconfig.build.json" },
29+
{ "path": "../api-website-builder-workflows/tsconfig.build.json" },
2930
{ "path": "../api-websockets/tsconfig.build.json" },
3031
{ "path": "../api-workflows/tsconfig.build.json" },
3132
{ "path": "../app/tsconfig.build.json" },
@@ -248,6 +249,8 @@
248249
"@webiny/api-security-cognito": ["../api-security-cognito/src"],
249250
"@webiny/api-website-builder/*": ["../api-website-builder/src/*"],
250251
"@webiny/api-website-builder": ["../api-website-builder/src"],
252+
"@webiny/api-website-builder-workflows/*": ["../api-website-builder-workflows/src/*"],
253+
"@webiny/api-website-builder-workflows": ["../api-website-builder-workflows/src"],
251254
"@webiny/api-websockets/*": ["../api-websockets/src/*"],
252255
"@webiny/api-websockets": ["../api-websockets/src"],
253256
"@webiny/api-workflows/*": ["../api-workflows/src/*"],

packages/project-aws/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
{ "path": "../api-record-locking" },
2727
{ "path": "../api-security-cognito" },
2828
{ "path": "../api-website-builder" },
29+
{ "path": "../api-website-builder-workflows" },
2930
{ "path": "../api-websockets" },
3031
{ "path": "../api-workflows" },
3132
{ "path": "../app" },
@@ -248,6 +249,8 @@
248249
"@webiny/api-security-cognito": ["../api-security-cognito/src"],
249250
"@webiny/api-website-builder/*": ["../api-website-builder/src/*"],
250251
"@webiny/api-website-builder": ["../api-website-builder/src"],
252+
"@webiny/api-website-builder-workflows/*": ["../api-website-builder-workflows/src/*"],
253+
"@webiny/api-website-builder-workflows": ["../api-website-builder-workflows/src"],
251254
"@webiny/api-websockets/*": ["../api-websockets/src/*"],
252255
"@webiny/api-websockets": ["../api-websockets/src"],
253256
"@webiny/api-workflows/*": ["../api-workflows/src/*"],

0 commit comments

Comments
 (0)