Skip to content

Commit

Permalink
fix(infrastructure): update stylefmt command to the new params and fo…
Browse files Browse the repository at this point in the history
…rmat (#573)
  • Loading branch information
chobe authored and amsheehan committed May 11, 2017
1 parent 3e11d33 commit c54a797
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 @@ -11,7 +11,7 @@
"dist": "npm run clean && npm run build && npm run build:min",
"dev": "npm run clean && cross-env MDC_ENV=development webpack-dev-server --content-base demos --inline --hot --host 0.0.0.0",
"fix:js": "eslint --fix packages test webpack.config.js karma.conf.js",
"fix:css": "stylefmt -R packages",
"fix:css": "stylefmt -r packages/**/*.scss",
"fix": "npm-run-all --parallel fix:*",
"lint:js": "eslint packages test scripts webpack.config.js karma.conf.js",
"lint:css": "stylelint packages/**/*.scss",
Expand Down

0 comments on commit c54a797

Please sign in to comment.