Skip to content

Commit

Permalink
fix: update ESLint type generation script path
Browse files Browse the repository at this point in the history
  • Loading branch information
Simoon-F committed Jan 13, 2025
1 parent 7ed39f7 commit 2851620
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"dev": "npx @eslint/config-inspector --config eslint.config.ts",
"eslint:typegen": "tsx eslint-typegen/index.ts",
"eslint:typegen": "tsx eslint-typegen/eslint-typegen.ts",
"release": "bumpp && pnpm publish"
},
"keywords": [
Expand Down

0 comments on commit 2851620

Please sign in to comment.