Skip to content

Commit b02c646

Browse files
Update package.json
Co-authored-by: Copilot <[email protected]>
1 parent 3e5e3ac commit b02c646

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
@@ -15,7 +15,7 @@
1515
"lint": "npm run lint:eslint && npm run lint:package-json",
1616
"lint:eslint": "eslint ./src --report-unused-disable-directives --max-warnings 0",
1717
"lint:eslint:fix": "eslint ./src --fix",
18-
"lint:package-json": "npx npmPkgJsonLint .",
18+
"lint:package-json": "npmPkgJsonLint .",
1919
"preview": "vite preview",
2020
"test:vi": "vitest",
2121
"test:cy": "cypress run --component --browser chrome",

0 commit comments

Comments
 (0)