Remove yarn, switch to npm

Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-13 09:15:12 +00:00
parent d8d1962333
commit 0ff85181fc
5 changed files with 2560 additions and 1138 deletions

View file

@ -15,7 +15,7 @@
"test:watch": "vitest",
"coverage": "vitest run --coverage",
"build_test": "tsc && vitest run",
"all": "yarn build && yarn format && yarn lint && yarn package && yarn test"
"all": "npm run build && npm run format && npm run lint && npm run package && npm run test"
},
"repository": {
"type": "git",