Skip to content

Commit 3b648c9

Browse files
committed
chore: update dev script
1 parent 82d8711 commit 3b648c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"scripts": {
3939
"build": "nr build:typegen && tsup",
40-
"dev": "tsup --format esm,cjs --watch & npx @eslint/config-inspector",
40+
"dev": "npx @eslint/config-inspector",
4141
"lint": "eslint .",
4242
"lint:fix": "eslint . --fix",
4343
"build:inspector": "pnpm build && npx @eslint/config-inspector build",

0 commit comments

Comments
 (0)