Skip to content

Commit

Permalink
fix(eslint-config)!: avoid bundling development dependencies (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Jan 8, 2025
1 parent 8462f2f commit 06be708
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/perfect-sheep-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@bfra.me/eslint-config": minor
---

Avoid bundling development dependencies.

2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"!**/*.map"
],
"scripts": {
"build": "pnpm run generate-types && tsup",
"build": "pnpm run generate-types && tsup-node",
"build-inspector": "eslint-config-inspector build --config ./eslint.config.ts",
"dev": "eslint-config-inspector --config ./eslint.config.ts --open false",
"generate-types": "tsx ./scripts/generate-types.ts",
Expand Down

0 comments on commit 06be708

Please sign in to comment.