Skip to content

Commit

Permalink
fix: eslint-config build
Browse files Browse the repository at this point in the history
  • Loading branch information
0x706b committed Jul 21, 2024
1 parent e6eecfa commit 6248020
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/young-frogs-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fncts/eslint-config": patch
---

fix: eslint-config build
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.20",
"type": "module",
"scripts": {
"build": "rm -rf build && mkdir build && mkdir build/mjs && cp eslint.config.js build/mjs/eslint.config.mjs && cp legacyPlugin.js build/mjs/legacyPlugin.mjs",
"build": "rm -rf build && mkdir build && mkdir build/mjs && cp index.js build/mjs/index.mjs && cp legacyPlugin.js build/mjs/legacyPlugin.mjs",
"build-pack": "yarn build && fncts-pack mjs"
},
"dependencies": {
Expand Down

0 comments on commit 6248020

Please sign in to comment.