Skip to content

Commit 9ff42ce

Browse files
committed
fix scripts
1 parent bc54160 commit 9ff42ce

File tree

3 files changed

+3
-61
lines changed

3 files changed

+3
-61
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
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": {

script/license-checker.ts

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)