Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit c54a797

Browse files
chobeamsheehan
authored andcommitted
fix(infrastructure): update stylefmt command to the new params and format (#573)
1 parent 3e11d33 commit c54a797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dist": "npm run clean && npm run build && npm run build:min",
1212
"dev": "npm run clean && cross-env MDC_ENV=development webpack-dev-server --content-base demos --inline --hot --host 0.0.0.0",
1313
"fix:js": "eslint --fix packages test webpack.config.js karma.conf.js",
14-
"fix:css": "stylefmt -R packages",
14+
"fix:css": "stylefmt -r packages/**/*.scss",
1515
"fix": "npm-run-all --parallel fix:*",
1616
"lint:js": "eslint packages test scripts webpack.config.js karma.conf.js",
1717
"lint:css": "stylelint packages/**/*.scss",

0 commit comments

Comments
 (0)