Commit 892d5b6 1 parent b8d7e77 commit 892d5b6 Copy full SHA for 892d5b6
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
export CAPROVER_APP=s3-smart-sync
5
5
export CAPROVER_TAR_FILE=./caprover_deployment.tar
6
6
7
- npx esbuild ./src/server.ts --bundle --platform=node --target=node20 --external:* .node --outfile=server.js
7
+ pnpm esbuild ./src/server.ts --bundle --platform=node --target=node20 --external:* .node --outfile=server.js
8
8
9
9
echo " Creating archive out of repo and build artifacts..."
10
10
tar -cf ./caprover_deployment.tar server.js
Original file line number Diff line number Diff line change 39
39
"auto-launch" : " ^5.0.6" ,
40
40
"chokidar" : " ^4.0.1" ,
41
41
"create-nodew-exe" : " ^2.1.0" ,
42
- "esbuild" : " ^0.24.0" ,
43
42
"eslint" : " ^9.13.0" ,
44
43
"eslint-config-prettier" : " ^9.1.0" ,
45
44
"eslint-plugin-prettier" : " ^5.2.1" ,
58
57
"@aws-sdk/client-sns" : " ^3.677.0" ,
59
58
"body-parser" : " ^1.20.3" ,
60
59
"dotenv" : " ^16.4.5" ,
60
+ "esbuild" : " ^0.24.0" ,
61
61
"express" : " ^4.21.1" ,
62
62
"tsx" : " ^4.19.1" ,
63
63
"untildify" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments