Skip to content

Commit

Permalink
fix: minor fix
Browse files Browse the repository at this point in the history
test commit for release-please
  • Loading branch information
ma-efremoff committed May 28, 2024
1 parent 93cde6b commit e678639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lint": "npm run lint:file-names && npm run lint:js && npm run lint:styles",
"lint:file-names": "./scripts/check-file-names-for-js-duplicates.sh",
"lint:fix": "npm run lint:js -- --fix && npm run lint:styles -- --fix",
"lint:js": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --ignore-pattern src/ui/vendor --quiet",
"lint:js": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --ignore-pattern src/ui/vendor --quiet ",
"lint:styles": "stylelint 'src/ui/**/*.scss' --customSyntax postcss-scss",
"notify:mail": "node scripts/notify.js",
"platform-tools": "platform-tools",
Expand Down

0 comments on commit e678639

Please # to comment.