fix: E2E test

This commit is contained in:
abhisek
2025-05-17 21:45:23 +05:30
parent ca089e7cb1
commit 07fade2848
+1 -1
View File
@@ -13,4 +13,4 @@ $pmg --debug --dry-run npm install express
$pmg --debug --dry-run pnpm add express
## All these should fail
$pmg --debug --dry-run npm install nyc-config@10.0.0 || exit 1
! $pmg --debug --dry-run npm install nyc-config@10.0.0 || echo "Command failed as expected"