Skip to content

Commit b2d9c12

Browse files
Update package.json
Co-authored-by: SuZhou-Joe <[email protected]> Signed-off-by: Kohinoor Chatterjee <[email protected]>
1 parent 826c794 commit b2d9c12

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
@@ -18,7 +18,7 @@
1818
"osd": "node ../../scripts/osd",
1919
"opensearch": "node ../../scripts/opensearch",
2020
"lint": "node ../../scripts/eslint . && node ../../scripts/stylelint",
21-
"eslint:fix": "npx eslint '**/*.{ts,tsx}' --fix",
21+
"eslint:fix": "yarn eslint:run --fix",
2222
"eslint:run": "npx eslint '**/*.{ts,tsx}'",
2323
"plugin-helpers": "node ../../scripts/plugin_helpers",
2424
"test:jest": "../../node_modules/.bin/jest --config ./test/jest.config.js",

0 commit comments

Comments
 (0)