We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd543a5 commit 60b46d9Copy full SHA for 60b46d9
packages/failing-postinstall/package.json
@@ -2,6 +2,6 @@
2
"name": "@pnpm.e2e/failing-postinstall",
3
"version": "1.0.0",
4
"scripts": {
5
- "postinstall": "exit 1"
+ "postinstall": "echo hello && echo world && exit 1"
6
}
7
0 commit comments