Skip to content

Commit 4332daa

Browse files
committed
CCM-12896: Fix python-schema-generator lint command
1 parent d8d4a8f commit 4332daa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/python-schema-generator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"name": "python-schema-generator",
1717
"private": true,
1818
"scripts": {
19-
"lint": "eslint scripts",
20-
"lint:fix": "eslint scripts --fix",
19+
"lint": "eslint src",
20+
"lint:fix": "eslint src --fix",
2121
"merge": "tsx src/merge-allof-cli.ts",
2222
"test:unit": "jest",
2323
"typecheck": "tsc --noEmit"

0 commit comments

Comments
 (0)