Skip to content

Commit

Permalink
Fix test-snaps after yarn upgrade (#2688)
Browse files Browse the repository at this point in the history
`--all` can't be used with `--worktree` anymore
  • Loading branch information
ritave authored Sep 2, 2024
1 parent 45e7323 commit ac8a165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-snaps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "jest --passWithNoTests && yarn posttest",
"posttest": "jest-it-up",
"test:ci": "yarn test",
"start": "yarn workspaces foreach --worktree --parallel --verbose --interlaced --all --include \"@metamask/test-snaps\" --include \"@metamask/example-snaps\" run start:test",
"start": "yarn workspaces foreach --parallel --verbose --interlaced --all --include \"@metamask/test-snaps\" --include \"@metamask/example-snaps\" run start:test",
"start:test": "cross-env NODE_ENV=development webpack serve",
"build": "cross-env NODE_ENV=production webpack",
"build:clean": "yarn clean && yarn build",
Expand Down

0 comments on commit ac8a165

Please sign in to comment.