这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion turborepo-tests/integration/tests/prune/yarn-pnp.t
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Prune the project
Generating pruned monorepo for a in .*out (re)
- Added a

Verify that .pnp.cjs isn't coppied causing unnecessary cache misses
Verify that .pnp.cjs isn't copied causing unnecessary cache misses
$ ls -A out/
package.json
packages
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Setup
$ . ${TESTDIR}/../../../../helpers/setup_integration_test.sh single_package pnpm@8.0.0

We only care about this running sucessfully and not the json output
We only care about this running successfully and not the json output
$ ${TURBO} run build --dry=json > /dev/null
Loading