Skip to content

Commit 7f2aee0

Browse files
Merge branch 'main' into share-filter
# Conflicts: # packages/chrome-devtools/project.json
2 parents 689abaa + 04d3064 commit 7f2aee0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.changeset/brave-boats-tan.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/storybook-addon': patch
3+
---
4+
5+
remove utilities package import

packages/chrome-devtools/project.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@
1010
"options": {
1111
"commands": ["npm run build:lib --prefix packages/chrome-devtools"]
1212
},
13-
"dependsOn": ["^build"]
13+
"dependsOn": [
14+
{
15+
"target": "build",
16+
"dependencies": true
17+
}
18+
]
1419
},
1520
"build:chrome-plugins": {
1621
"executor": "nx:run-commands",

0 commit comments

Comments
 (0)