Fix stylelint globs in package.json

pull/13165/head
rubenmoya 7 years ago
parent b820722220
commit 5004aa9a34

@ -148,7 +148,7 @@
"scripts": {
"test": "grunt test",
"lint": "eslint .",
"lint:css": "stylelint ./app/assets/stylesheets/**/*.scss",
"lint:css": "stylelint './app/assets/stylesheets/**/*.scss'",
"lint:fix": "eslint . --fix",
"postversion": "git push origin master --follow-tags",
"update-internal-deps": "rm -rf node_modules && npm install --production --no-optional --no-shrinkwrap && npm dedupe && npm prune && npm shrinkwrap && npm run fix-shrinkwrap-protocol && npm install",

Loading…
Cancel
Save