Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- попытка фикса падения CI без описания ошибка
  • Loading branch information
krutoo committed Sep 27, 2024
1 parent 9948083 commit 5b26f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "jest",
"test:coverage": "jest --coverage",
"prettier": "prettier --write \"./src/**/*.{js,jsx,ts,tsx,css,scss}\" --log-level error",
"prettier:check": "prettier --check \"./src/**/*.{js,jsx,ts,tsx,css,scss}\" --log-level error"
"prettier:check": "prettier \"./src/**/*.{js,jsx,ts,tsx,css,scss}\" --check --log-level error"
},
"dependencies": {
"classnames": "^2.3.2",
Expand Down

0 comments on commit 5b26f69

Please sign in to comment.