Skip to content

Commit 8032166

Browse files
author
Lasim
committed
fix(satellite): update markdown linting path for AI instructions
1 parent 2fcd9cf commit 8032166

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
@@ -13,7 +13,7 @@
1313
"dev:backend": "cd services/backend && npm run dev",
1414
"build:frontend": "cd services/frontend && npm run build",
1515
"build:backend": "cd services/backend && npm run build",
16-
"lint:md": "npx markdownlint-cli2 '**/*.md' '#node_modules' '#CLAUDE.md' '#services/frontend/src/components/ui/**' '#**/node_modules/**' '#.github' '#**/CHANGELOG.md' '#**/._*'",
16+
"lint:md": "npx markdownlint-cli2 '**/*.md' '#services/backend/src/routes/users/satellite/ai-instructions/**' '#node_modules' '#CLAUDE.md' '#services/frontend/src/components/ui/**' '#**/node_modules/**' '#.github' '#**/CHANGELOG.md' '#**/._*'",
1717
"lint:frontend": "cd services/frontend && npm run lint",
1818
"lint:backend": "cd services/backend && npm run lint",
1919
"check:no-console:backend": "cd services/backend && npm run check:no-console",

0 commit comments

Comments
 (0)