Skip to content

Commit

Permalink
chore: disable turbo statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Jun 27, 2024
1 parent 2ade523 commit 10d3e4a
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"visual-regression": "dotenv -- turbo run visual-regression",
"test": "dotenv -- turbo run test",
"prepare": "husky install",
"prepare": "pnpm git-hooks && pnpm disable-telemetry",
"disable-telemetry": "turbo telemetry disable",
"git-hooks": "husky install",
"ci:version": "pnpm changeset version && pnpm i --lockfile-only",
"ci:publish": "pnpm changeset publish",
"ts-run": "tsx"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 10d3e4a

Please sign in to comment.