Skip to content

Commit

Permalink
build: use turbo tui running workspace-wide tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Sep 17, 2024
1 parent 7224767 commit 9e96c20
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 @@ -17,8 +17,8 @@
"format:fix": "prettier --write .",
"lint": "eslint . --ext .ts,.js",
"lint:fix": "pnpm lint --fix",
"test": "turbo run --parallel test",
"test-cov": "turbo run --parallel test-cov",
"test": "turbo run --parallel test --ui tui",
"test-cov": "turbo run --parallel test-cov --ui tui",
"siege-local": "artillery run -e local --output report_local.json --config performance-test/config.yaml performance-test/scenarios/creative.yaml",
"smartapi_sync": "node ./scripts/smartapi_sync.js",
"get_rev": "./scripts/get_rev.sh",
Expand Down

0 comments on commit 9e96c20

Please sign in to comment.