Skip to content

Commit 0a26774

Browse files
justin808claude
andcommitted
Fix lint:scss path for monorepo structure
The stylelint path should use react_on_rails/spec/dummy/ not spec/dummy/ after the monorepo restructure. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 10cafc1 commit 0a26774

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
@@ -74,7 +74,7 @@
7474
"build": "pnpm --filter react-on-rails run build && pnpm --filter react-on-rails-pro run build && pnpm --filter react-on-rails-pro-node-renderer run build",
7575
"build-watch": "pnpm -r run build-watch",
7676
"lint": "nps eslint",
77-
"lint:scss": "stylelint \"spec/dummy/app/assets/stylesheets/**/*.scss\" \"spec/dummy/client/**/*.scss\"",
77+
"lint:scss": "stylelint \"react_on_rails/spec/dummy/app/assets/stylesheets/**/*.scss\" \"react_on_rails/spec/dummy/client/**/*.scss\"",
7878
"check": "pnpm run lint && pnpm -r run check",
7979
"type-check": "pnpm -r run type-check",
8080
"yalc:publish": "pnpm -r run yalc:publish",

0 commit comments

Comments
 (0)