Skip to content

Commit

Permalink
fix: more publish fixes (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
theogravity committed Apr 8, 2024
1 parent 81b32c8 commit bf7db79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "theogravity/datadog-transports" }],
"access": "public",
"baseBranch": "main"
"baseBranch": "main",
"linked": [
["electron-log-transport-datadog", "pino-datadog-transport", "datadog-transport-common"]
]
}
5 changes: 3 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
"*.config.*",
"*.json",
"tsconfig.json",
".turbo"
".turbo",
"dist/*"
]
},
"linter": {
"enabled": true,
"ignore": ["vendor/*"],
"ignore": ["vendor/*", "dist/*"],
"rules": {
"performance": {
"noDelete": "off"
Expand Down

0 comments on commit bf7db79

Please sign in to comment.