Files
pnpm/exec/lifecycle/test/fixtures/simple/package.json

8 lines
178 B
JSON

{
"name": "simple",
"version": "1.0.0",
"scripts": {
"postinstall": "rimraf output.json && node -e \"process.stdout.write('install')\" | json-append output.json"
}
}