Skip to content

Commit

Permalink
[chore] remove --force (sveltejs#7594)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored Nov 10, 2022
1 parent 5655c4c commit a3ddd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "monorepo for @sveltejs/kit and friends",
"private": true,
"scripts": {
"test": "turbo run test --filter=./packages/* --force",
"test": "turbo run test --filter=./packages/*",
"check": "turbo run check",
"lint": "turbo run lint",
"format": "turbo run format",
Expand Down

0 comments on commit a3ddd36

Please sign in to comment.