Unverified Commit d02eb2d0 authored by Lily Foster's avatar Lily Foster
Browse files

prefetch-yarn-deps: re-add git hash for fixup

parent 647a6f42
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@ const fixupYarnLock = async (lockContents, verbose) => {

			if (verbose) console.log(`Rewriting URL ${url} for dependency ${dep}`)
			pkg.resolved = urlToName(url)
			if (hash)
				pkg.resolved += `#${hash}`

			return [dep, pkg]
		})