Skip to content

Commit

Permalink
fix: Root script called in foreach
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Dec 5, 2023
1 parent 2b78230 commit f6acb85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"lint": "yarn run lint:all",
"lint:all": "eslint . --ext .ts && prettier --check packages",
"test": "yarn run test:all",
"test:all": "yarn workspaces foreach --all --parallel --verbose run test",
"test:coverage:all": "yarn workspaces foreach --all --parallel --verbose run test:coverage",
"test:all": "yarn workspaces foreach --all --exclude kitten-scientists --parallel --verbose run test",
"test:coverage:all": "yarn workspaces foreach --all --exclude kitten-scientists --parallel --verbose run test:coverage",
"typecheck:all": "tsc --noEmit --incremental false"
},
"workspaces": [
Expand Down

0 comments on commit f6acb85

Please sign in to comment.