Skip to content

Commit

Permalink
OV-4: * adjust in script to use lint fix with workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
lfelix3011 committed Aug 21, 2024
1 parent bcad14b commit c95f612
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 @@ -24,7 +24,7 @@
"lint:css:fix": "stylelint --fix \"**/*.{scss,css}\"",
"lint:format": "prettier --check \"**/*.{ts,tsx,json,md,scss,html,yml}\"",
"lint": "npm run lint:editor && npm run lint:fs && npm run lint:format && npm run lint:type && npm run lint:js && npm run lint:css",
"lint:fix": "npm run lint:editor && npm run lint:fs && npm run lint:format && npm run lint:type && npm run lint:js:fix && npm run lint:css:fix",
"lint:fix": "npm run lint:fix -w frontend && npm run lint:fix -w backend",
"format": "prettier --write \"**/*.{ts,tsx,json,md,css,html,yml}\""
},
"devDependencies": {
Expand Down

0 comments on commit c95f612

Please sign in to comment.