File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434
3535.PHONY : fmt
3636fmt : # Format code
37- @yarn prettier
37+ @yarn fmt
3838
3939.PHONY : lint
4040lint : # Lint code
Original file line number Diff line number Diff line change 1717 "lint:fix" : " yarn lint -- --fix" ,
1818 "lint:css" : " stylelint \" **/*.{css}\" --allow-empty-input" ,
1919 "lint:css:fix" : " yarn lint:css -- --fix" ,
20- "lint:ci" : " yarn lint && yarn lint:css && yarn prettier :ci" ,
21- "prettier " : " prettier 'build/**' 'configs/**' 'src/**' 'e2e/**' --write --ignore-unknown" ,
22- "prettier :ci" : " yarn prettier --check" ,
20+ "lint:ci" : " yarn lint && yarn lint:css && yarn fmt :ci" ,
21+ "fmt " : " prettier 'build/**' 'configs/**' 'src/**' 'e2e/**' --write --ignore-unknown" ,
22+ "fmt :ci" : " yarn fmt --check" ,
2323 "prepare" : " husky install" ,
2424 "postinstall" : " husky install" ,
2525 "prepublishOnly" : " pinst --disable" ,
You can’t perform that action at this time.
0 commit comments