Skip to content

Commit 62eeb7c

Browse files
committed
chore(package.json): remove use of npx
1 parent 04ed30e commit 62eeb7c

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
@@ -13,7 +13,7 @@
1313
"postinstall": "nuxt prepare",
1414
"test:unit": "vitest",
1515
"test": "pnpm run typecheck && pnpm run lint && pnpm run test:unit",
16-
"typecheck": "npx nuxi typecheck"
16+
"typecheck": "nuxi typecheck"
1717
},
1818
"dependencies": {
1919
"@nuxt/eslint": "^0.5.7",

0 commit comments

Comments
 (0)