changelog and final build

This commit is contained in:
2026-05-29 13:50:09 +08:00
parent 80f155dfe8
commit 2ca858cfa4
10 changed files with 129 additions and 77 deletions

View File

@@ -123,8 +123,7 @@
]
},
"scripts": {
"sync-readme": "node scripts/sync-readme.js",
"compile": "npm run sync-readme && tsc -p ./",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"vscode:prepublish": "npm run compile"
},
@@ -134,4 +133,4 @@
"playwright": "^1.60.0",
"typescript": "^5.4.0"
}
}
}