Skip to content

Commit

Permalink
add script lint-style-fix (opensearch-project#119)
Browse files Browse the repository at this point in the history
Signed-off-by: Danila Gulderov <danila@gulderov.me>
  • Loading branch information
gulderov committed Aug 4, 2023
1 parent 5154f25 commit b120590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"lint-es": "eslint --cache \"{src,src-docs}/**/*.{ts,tsx,js}\" --max-warnings 0",
"lint-es-fix": "yarn lint-es --fix",
"lint-style": "stylelint '{src,src-docs}/**/*.scss' --max-warnings 0",
"lint-style-fix": "yarn lint-style --fix",
"test": "yarn lint && yarn test-unit",
"test-unit": "cross-env NODE_ENV=test jest --config ./scripts/jest/config.json",
"test-a11y": "node ./scripts/a11y-testing",
Expand Down

0 comments on commit b120590

Please sign in to comment.