File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments