Skip to content

Commit 2f4b3eb

Browse files
committed
fix: deps
1 parent 2c276f3 commit 2f4b3eb

File tree

3 files changed

+15
-361
lines changed

3 files changed

+15
-361
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- run: yarn --frozen-lockfile
1717
- run: npm install --global pkg
1818
- run: yarn build
19+
- run: curl -sf https://gobinaries.com/tj/node-prune | sh
20+
- run: node-prune
1921
- name: Build
2022
run: pkg dist/main.js -o sesame-daemon --targets linux,macos,win
2123
- name: Release

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,15 @@
2222
},
2323
"dependencies": {
2424
"@nestjs-modules/ioredis": "^1.0.1",
25-
"@nestjs/bullmq": "^10.0.1",
2625
"@nestjs/common": "^10.0.0",
2726
"@nestjs/config": "^3.1.1",
2827
"@nestjs/core": "^10.0.0",
2928
"@nestjs/platform-express": "^10.0.0",
3029
"bullmq": "^4.13.2",
31-
"child_process": "^1.0.2",
3230
"class-transformer": "^0.5.1",
3331
"class-validator": "^0.14.0",
3432
"fdir": "^6.1.1",
3533
"ioredis": "^5.3.2",
36-
"path": "^0.12.7",
3734
"reflect-metadata": "^0.1.13",
3835
"rxjs": "^7.8.1",
3936
"yaml": "^2.3.4"
@@ -54,7 +51,6 @@
5451
"eslint-config-prettier": "^9.0.0",
5552
"eslint-plugin-prettier": "^5.0.0",
5653
"jest": "^29.5.0",
57-
"pkg": "^5.8.1",
5854
"prettier": "^3.0.0",
5955
"source-map-support": "^0.5.21",
6056
"supertest": "^6.3.3",

0 commit comments

Comments
 (0)