Skip to content

Commit

Permalink
Merge pull request #919 from 3YOURMIND/auto-publish-eslint-config
Browse files Browse the repository at this point in the history
ci(publish): add eslint-config into list of auto-publishable packages
  • Loading branch information
Isokaeder authored May 14, 2024
2 parents 78dbab4 + 1c5c03c commit d43ee32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/scripts/source/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { $, semver } from 'bun'
import { z } from 'zod'

const packagesToConsider = ['packages/yoco']
const packagesToConsider = ['packages/eslint-config', 'packages/yoco']

const packageJsonSchema = z.object({ name: z.string(), version: z.string() })

Expand Down

0 comments on commit d43ee32

Please sign in to comment.