File tree Expand file tree Collapse file tree 3 files changed +3
-61
lines changed Expand file tree Collapse file tree 3 files changed +3
-61
lines changed Original file line number Diff line number Diff line change 88- Validate schema: ` bun run validate `
99- RSS feed update: ` bun run rss `
1010- Test feeder: ` bun run test `
11+ - License checker: ` bun run license-check `
1112- Single test: (no tests in this repo)
1213
1314## Code Style
Original file line number Diff line number Diff line change 66 "dev" : " bun run --cwd packages/web dev" ,
77 "build" : " bun run --cwd packages/web build" ,
88 "rss" : " bun run --cwd script/rss.ts" ,
9- "validate" : " bun run --cwd script/ validate.ts" ,
10- "license-check" : " bun run --cwd script/ license-check.ts" ,
9+ "validate" : " bun run --cwd script validate.ts" ,
10+ "license-check" : " bun run --cwd script license-check.ts" ,
1111 "test" : " bun test"
1212 },
1313 "workspaces" : {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments