Skip to content

Commit b35f6a0

Browse files
committed
node:inspect cmd
1 parent 5b52557 commit b35f6a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"lint": "prettier --check . && eslint .",
1414
"lint:fix": "prettier --write . && eslint . --fix",
1515
"lint:inspect": "pnpm dlx @eslint/config-inspector",
16+
"node:inspect": "pnpx node-modules-inspector",
1617
"test:unit": "vitest",
1718
"test": "npm run test:unit -- --run",
1819
"test:watch": "npm run test:unit -- --watch",

0 commit comments

Comments
 (0)