Skip to content

Commit a291985

Browse files
committed
chore: fix github types and disable turbo telemetry
1 parent 36e378a commit a291985

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"format": "turbo run format",
2323
"generate:env": "./scripts/generate-env.sh",
2424
"lint": "turbo run lint",
25+
"postinstall": "turbo telemetry disable",
2526
"prepare": "husky",
2627
"preview:core": "env-cmd turbo run preview --filter=@opendatacapture/api --filter=@opendatacapture/gateway --filter=@opendatacapture/web",
2728
"test": "env-cmd vitest",
@@ -50,7 +51,7 @@
5051
"@swc/cli": "^0.4.0",
5152
"@swc/core": "^1.7.24",
5253
"@swc/helpers": "^0.5.13",
53-
"@types/github-script": "github:actions/github-script",
54+
"@types/github-script": "https://github.com/actions/github-script/archive/refs/tags/v7.0.1.tar.gz",
5455
"@types/js-yaml": "^4.0.9",
5556
"@types/node": "^20.14.2",
5657
"@vitest/browser": "^2.0.5",

pnpm-lock.yaml

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)