Skip to content

Commit 660c54d

Browse files
committed
add VERSION and scripts
1 parent 7f7f76f commit 660c54d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025.08.05.5b918f0

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
"type": "module",
33
"private": true,
44
"license": "MIT",
5+
"scripts": {
6+
"dev": "bun run --cwd packages/web dev",
7+
"build": "bun run --cwd packages/web build",
8+
"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"
11+
},
512
"workspaces": {
613
"packages": [
714
"packages/*"

0 commit comments

Comments
 (0)