File tree Expand file tree Collapse file tree 3 files changed +15
-361
lines changed
Expand file tree Collapse file tree 3 files changed +15
-361
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
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" ,
You can’t perform that action at this time.
0 commit comments