Skip to content

Commit

Permalink
Revert "Debug integration test deps packing"
Browse files Browse the repository at this point in the history
This reverts commit 9daf86b.
  • Loading branch information
Castro, Mario committed Sep 4, 2024
1 parent 9daf86b commit 7b45ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/config/rush/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"name": "pack-integration-deps",
"summary": "Packs the dependencies of the integration tests",
"safeForSimultaneousRushProcesses": true,
"shellCommand": "mkdir -p packages/framework-integration-tests/.booster && node common/scripts/install-run-rush.js publish --pack --include-all --release-folder packages/framework-integration-tests/.booster --publish && ls -lF packages/framework-integration-tests/.booster"
"shellCommand": "mkdir -p packages/framework-integration-tests/.booster && node common/scripts/install-run-rush.js publish --pack --include-all --release-folder packages/framework-integration-tests/.booster --publish"
}
],

Expand Down

0 comments on commit 7b45ee1

Please sign in to comment.