File tree 5 files changed +5197
-3454
lines changed
5 files changed +5197
-3454
lines changed Original file line number Diff line number Diff line change
1
+ .yarn /
1
2
node_modules /
2
3
coverage /
3
4
dist /
Original file line number Diff line number Diff line change
1
+ nodeLinker : node-modules
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ services:
2
2
task :
3
3
image : node:22-alpine
4
4
working_dir : /home/node
5
- command : sh -c "yarn install && yarn run start-build"
5
+ command : sh -c "corepack enable && yarn set version berry && yarn install && yarn run start-build"
6
6
restart : no
7
7
volumes :
8
8
- " ./:/home/node"
Original file line number Diff line number Diff line change 9
9
"email" : " juffalow@juffalow.com" ,
10
10
"url" : " https://juffalow.com"
11
11
},
12
- "bin" : {
13
- "pentest-tool-lite" : " ./src/index"
14
- },
12
+ "bin" : " ./src/index" ,
15
13
"dependencies" : {
16
14
"@google-cloud/web-risk" : " ^4.0.1" ,
17
15
"commander" : " ^6.0.0" ,
59
57
" penetration-test" ,
60
58
" analyzer" ,
61
59
" analyser"
62
- ]
60
+ ],
61
+ "packageManager" : " yarn@4.5.3"
63
62
}
You can’t perform that action at this time.
0 commit comments