MT#61534 Improve bundling

Set 1.22.22 as default yarn version for the repo

Change-Id: Iea323c46ff0f44cab81be3a1fa5748d93f983b5b
(cherry picked from commit 24cda522b6)
(cherry picked from commit 0e31eec3aa)
mr13.0.1
Debora Crescenzo 5 months ago committed by Crescenzo Debora
parent 8461407290
commit 4cc4f85b86

File diff suppressed because it is too large Load Diff

@ -1,2 +1,3 @@
registry "https://npm-registry.sipwise.com/"
save-prefix ""
yarn-path ".yarn/releases/yarn-1.22.22.js"

@ -1,8 +0,0 @@
/*
The file .yarn/releases/yarn-1.22.19.js is a copy of
https://github.com/yarnpkg/yarn/releases/download/v1.22.19/yarn-1.22.19.js
Its source code is available at
https://github.com/yarnpkg/yarn/archive/refs/tags/v1.22.19.tar.gz
(and a copy of this is available at https://deb.sipwise.com/files/yarn_v1.22.19.tar.gz )
*/

@ -0,0 +1,8 @@
/*
The file .yarn/releases/yarn-1.22.22.js is a copy of
https://github.com/yarnpkg/yarn/releases/download/v1.22.22/yarn-1.22.22.js
Its source code is available at
https://github.com/yarnpkg/yarn/archive/refs/tags/v1.22.22.tar.gz
(and a copy of this is available at https://deb.sipwise.com/files/yarn_v1.22.22.tar.gz )
*/

2
debian/rules vendored

@ -8,7 +8,7 @@ export NODE_PATH=/usr/lib/nodejs:/usr/share/nodejs
# webpack 4.x compatibility, remove it when @quasar/app is upgraded and it uses webpack 5.x
export NODE_OPTIONS=--openssl-legacy-provider
YARN_BIN := ".yarn/releases/yarn-1.22.19.js"
YARN_BIN := ".yarn/releases/yarn-1.22.22.js"
%:
dh "$@"

Loading…
Cancel
Save