Skip to content

Commit 7c5fd93

Browse files
committed
fix: lint command
1 parent 9477498 commit 7c5fd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-pyth-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"build": "tsup --format esm --dts",
1010
"test": "vitest",
11-
"lint": "eslint src --ext .ts",
11+
"lint": "eslint --fix --cache .",
1212
"clean": "rimraf dist",
1313
"build:schemas": "openapi-zod-client ./schema.json --output src/types/zodSchemas.ts",
1414
"pull:schema": "curl -o schema.json -z schema.json https://hermes.pyth.network/docs/openapi.json",

0 commit comments

Comments
 (0)