Skip to content

Commit 55fa335

Browse files
justin808claude
andcommitted
Fix stylelint paths for new monorepo structure
Update lint:scss script to use react_on_rails/spec/dummy paths instead of the old spec/dummy paths. This fixes the stylelint CI failure: "No files matching the pattern ... were found" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent c3008ad commit 55fa335

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
@@ -72,7 +72,7 @@
7272
"build": "yarn workspace react-on-rails run build && yarn workspace react-on-rails-pro run build && yarn workspace react-on-rails-pro-node-renderer run build",
7373
"build-watch": "yarn workspaces run build-watch",
7474
"lint": "yarn run nps eslint",
75-
"lint:scss": "stylelint \"spec/dummy/app/assets/stylesheets/**/*.scss\" \"spec/dummy/client/**/*.scss\"",
75+
"lint:scss": "stylelint \"react_on_rails/spec/dummy/app/assets/stylesheets/**/*.scss\" \"react_on_rails/spec/dummy/client/**/*.scss\"",
7676
"check": "yarn run lint && yarn workspaces run check",
7777
"type-check": "yarn workspaces run type-check",
7878
"yalc:publish": "yarn workspaces run yalc:publish",

0 commit comments

Comments
 (0)