File tree Expand file tree Collapse file tree
yarn-project/end-to-end/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ if (!alreadyInstalled()) {
4242 try {
4343 // --prefix: install into cacheRoot instead of cwd, so the cache is isolated from the monorepo.
4444 // --no-save: don't write the installed packages back to the seeded package.json.
45- // --ignore-scripts: skip lifecycle scripts (preinstall/postinstall) of the legacy packages and their
46- // transitive deps; we only want the files on disk, not to run any build steps.
47- // --legacy-peer-deps: tolerate peer-dependency mismatches between the pinned legacy @aztec/* graph
48- // and whatever current versions npm would otherwise try to reconcile.
45+ // --ignore-scripts: skip lifecycle scripts (preinstall/postinstall) of the legacy packages and their transitive
46+ // deps; we only want the files on disk, not to run any build steps.
47+ // --legacy-peer-deps: tolerate peer-dependency mismatches between the pinned legacy @aztec/* graph and whatever
48+ // current versions npm would otherwise try to reconcile.
4949 execSync ( `npm install --prefix "${ cacheRoot } " --no-save --ignore-scripts --legacy-peer-deps ${ specs } ` , {
5050 stdio : 'inherit' ,
5151 } ) ;
You can’t perform that action at this time.
0 commit comments