Skip to content

Commit

Permalink
chore: update dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
coderwyd committed Aug 11, 2024
1 parent 82d8711 commit 3b648c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"scripts": {
"build": "nr build:typegen && tsup",
"dev": "tsup --format esm,cjs --watch & npx @eslint/config-inspector",
"dev": "npx @eslint/config-inspector",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build:inspector": "pnpm build && npx @eslint/config-inspector build",
Expand Down

0 comments on commit 3b648c9

Please sign in to comment.