Skip to content

Commit

Permalink
chore: fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslavirha committed Nov 13, 2023
1 parent fe49300 commit 15d20cf
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 @@ -11,7 +11,7 @@
"config:clear": "pnpm --stream --recursive run config:clear",
"lint": "pnpm --stream --recursive run lint",
"format": "pnpm --stream --recursive run format",
"test": "pnpm --stream --recursive --sequential --filter=!'@hikers-book/authentication-api' run test",
"test": "pnpm --stream --recursive --sequential run test",
"cleanup": "pnpm --stream --recursive run cleanup",
"cleanup:modules": "pnpm --stream --recursive run cleanup:modules && rm -rf node_modules",
"cleanup:all": "pnpm run config:clear && pnpm run cleanup && pnpm run cleanup:modules",
Expand Down

0 comments on commit 15d20cf

Please sign in to comment.