Skip to content

Commit

Permalink
rebase patch part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Apr 5, 2024
1 parent dc5d46b commit c442166
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ cleanCode () {

rm -r -f ./.build/* &&
rm -r -f ./out* &&
rm -r -f ./node_modules &&
rm -r -f ./build/node_modules &&
rm -r -f ./remote/node_modules &&
printf "\n" &&
printf "${bold}${GRE} Done.${c0}\n" &&
printf "\n"
Expand Down
3 changes: 3 additions & 0 deletions clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ printf "\n" &&

rm -rvf ./.build/* &&
rm -rvf ./out* &&
rm -r -f ./node_modules &&
rm -r -f ./build/node_modules &&
rm -r -f ./remote/node_modules &&

printf "\n" &&
printf "${bold}${GRE} Done.${c0}\n" &&
Expand Down
3 changes: 2 additions & 1 deletion patches/win7.patch
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ index a06baecbdeb..c943db2d3f1 100644
"source-map": "0.6.1",
"ternary-stream": "^3.0.0",
"through2": "^4.0.2",
@@ -57,6 +57,13 @@
@@ -57,6 +57,14 @@
"workerpool": "^6.4.0",
"yauzl": "^2.10.0"
},
Expand All @@ -455,6 +455,7 @@ index a06baecbdeb..c943db2d3f1 100644
+ "@azure/core-client": "1.7.3",
+ "@azure/core-lro": "2.5.4",
+ "@azure/core-rest-pipeline": "1.12.2",
+ "@azure/core-tracing": "1.0.1",
+ "@azure/core-util": "1.6.1"
+ },
"scripts": {
Expand Down

0 comments on commit c442166

Please sign in to comment.