Skip to content

Commit f17d19d

Browse files
authored
Fix example build script (#3116)
The build script for examples broke in #3094. Using the `filter` command seems to be the easiest way to get it working again.
1 parent 7c26c26 commit f17d19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"sideEffects": false,
2121
"files": [],
2222
"scripts": {
23-
"build": "yarn workspaces foreach --worktree --parallel --verbose --no-private run build",
23+
"build": "yarn workspaces filter --include 'packages/examples/packages/**' --parallel --no-private run build",
2424
"build:clean": "yarn clean && yarn build",
2525
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/example-snaps",
2626
"changelog:validates": "yarn workspaces foreach --worktree --parallel --verbose run changelog:validate",

0 commit comments

Comments
 (0)