Skip to content

Commit ebe0705

Browse files
committed
clarifications
1 parent 9a74839 commit ebe0705

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

yarn-project/end-to-end/scripts/ensure_legacy_contracts.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
});

0 commit comments

Comments
 (0)