Skip to content

Commit

Permalink
ci: fix root-level config
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Aug 30, 2024
1 parent 8d950e8 commit fb747dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions codecov.yml

This file was deleted.

6 changes: 3 additions & 3 deletions tanstack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { fileURLToPath } from 'node:url'

/**
* @type {import('./packages/config/src/publish/types.js').RunOptions["packages"]}
* @type {import('./packages/config/src/publish/index.js').Options["packages"]}
*/
export const packages = [
{
Expand All @@ -13,7 +13,7 @@ export const packages = [
]

/**
* @type {import('./packages/config/src/publish/types.js').RunOptions["branchConfigs"]}
* @type {import('./packages/config/src/publish/index.js').Options["branchConfigs"]}
*/
export const branchConfigs = {
main: {
Expand All @@ -28,6 +28,6 @@ export const branchConfigs = {
}

/**
* @type {import('./packages/config/src/publish/types.js').RunOptions["rootDir"]}
* @type {import('./packages/config/src/publish/index.js').Options["rootDir"]}
*/
export const rootDir = fileURLToPath(new URL('.', import.meta.url))

0 comments on commit fb747dd

Please sign in to comment.