Skip to content

Commit 3818a4a

Browse files
authored
fix: lint:css:fix command in components and showcase (#2630)
1 parent 5102e27 commit 3818a4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"lint": "concurrently \"yarn:lint:*(!fix)\" --names \"lint:\"",
2828
"lint:fix": "concurrently \"yarn:lint:*:fix\" --names \"fix:\"",
2929
"lint:css": "stylelint \"src/styles/**/*.scss\"",
30-
"lint:css:fix": "concurrently \"yarn:lint:css -- --fix\"",
30+
"lint:css:fix": "concurrently \"yarn:lint:css --fix\"",
3131
"lint:types": "glint",
3232
"lint:hbs": "ember-template-lint .",
3333
"lint:hbs:fix": "ember-template-lint . --fix",

showcase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lint": "concurrently \"yarn:lint:*(!fix)\" --names \"lint:\"",
2020
"lint:fix": "concurrently \"yarn:lint:*:fix\" --names \"fix:\"",
2121
"lint:css": "stylelint \"app/styles/**/*.scss\"",
22-
"lint:css:fix": "concurrently \"yarn:lint:css -- --fix\"",
22+
"lint:css:fix": "concurrently \"yarn:lint:css --fix\"",
2323
"lint:hbs": "ember-template-lint .",
2424
"lint:hbs:fix": "ember-template-lint . --fix",
2525
"lint:js": "eslint . --cache",

0 commit comments

Comments
 (0)