Files
pnpm/packages/lifecycle/test/fixtures/simple/package.json
2018-12-15 21:47:22 +02:00

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"
}
}