Skip to content

Commit

Permalink
scripts fix (opensearch-project#119)
Browse files Browse the repository at this point in the history
Signed-off-by: Danila Gulderov <[email protected]>
  • Loading branch information
gulderov committed Aug 3, 2023
1 parent 60a5680 commit ba7f671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"lint-fix": "yarn lint-es-fix",
"lint-es": "eslint --cache \"{src,src-docs}/**/*.{ts,tsx,js}\" --max-warnings 0",
"lint-es-fix": "yarn lint-es --fix",
"lint-sass": "stylelint --max-warnings 0 'src*/**/*.scss'",
"lint-sass-fix": "stylelint --fix --max-warnings 0 'src*/**/*.scss'",
"lint-sass": "stylelint --max-warnings 0 '{src,src-docs}/**/*.scss'",
"lint-sass-fix": "stylelint --fix --max-warnings 0 '{src,src-docs}/**/*.scss'",
"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 ba7f671

Please sign in to comment.