File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 },
99 "scripts" : {
1010 "coding-standards-check/markdownlint" : " markdownlint README.md 'docs/**/*.md' 'web/profiles/custom/os2loop/**/*.md' --ignore 'web/profiles/custom/os2loop/**/node_modules/**/*.md'" ,
11- "coding-standards-check/prettier" : " prettier --check web/profiles/custom/os2loop/themes/os2loop_theme/assets/**/*.{js,scss}" ,
11+ "coding-standards-check/prettier" : " prettier --check \" web/profiles/custom/os2loop/themes/os2loop_theme/assets/**/*.{js,scss}\" " ,
1212 "coding-standards-check" : " yarn coding-standards-check/markdownlint && yarn coding-standards-check/prettier" ,
1313 "coding-standards-apply/markdownlint" : " markdownlint --fix README.md 'docs/**/*.md' 'web/profiles/custom/os2loop/**/*.md' --ignore 'web/profiles/custom/os2loop/**/node_modules/**/*.md'" ,
14- "coding-standards-apply/prettier" : " prettier --write web/profiles/custom/os2loop/themes/os2loop_theme/assets/**/*.{js,scss}" ,
14+ "coding-standards-apply/prettier" : " prettier --write \" web/profiles/custom/os2loop/themes/os2loop_theme/assets/**/*.{js,scss}\" " ,
1515 "coding-standards-apply" : " yarn coding-standards-apply/markdownlint && yarn coding-standards-apply/prettier"
1616 }
1717}
You can’t perform that action at this time.
0 commit comments