mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-31 13:32:18 -04:00
* fix: get correct path info in dependencies hierarchy tree * chore: test case for build dependencies hierarchy * docs: update changeset * chore: test cases * fix: show full path in dependencies hierarchy tree
7 lines
503 B
YAML
7 lines
503 B
YAML
scripts:
|
|
prepareFixtures: >
|
|
node ../pnpm/dist/pnpm.cjs install -rf --frozen-lockfile --no-shared-workspace-lockfile --no-link-workspace-packages &&
|
|
node ../pnpm/dist/pnpm.cjs install -rf -C fixtureWithLinks --frozen-lockfile --link-workspace-packages --no-shared-workspace-lockfile &&
|
|
cd ./fixture-with-external-shrinkwrap/pkg && node ../../../pnpm/dist/pnpm.cjs install -f --frozen-lockfile &&
|
|
cd ../../custom-modules-dir && node ../../pnpm/dist/pnpm.cjs install -f --frozen-lockfile
|