Skip to content

Commit

Permalink
改成bun
Browse files Browse the repository at this point in the history
  • Loading branch information
hxg2050 committed Feb 23, 2024
1 parent 70e96f1 commit bd76397
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 142 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn build
- run: bun install
- run: bun build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Binary file added bun.lockb
Binary file not shown.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,12 @@
"@rollup/plugin-typescript": "^11.1.3",
"@types/jest": "^29.5.4",
"@types/ws": "^8.5.5",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"rollup": "^3.29.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"witheslint": "^0.10.0"
"typescript": "^5.2.2"
},
"dependencies": {
"eventemitter3": "^5.0.1",
Expand Down
1 change: 0 additions & 1 deletion src/server/reflect/class-transformer.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/server/reflect/class-validator.ts

This file was deleted.

133 changes: 0 additions & 133 deletions src/server/reflect/route.ts

This file was deleted.

0 comments on commit bd76397

Please sign in to comment.