Lines Matching full:exit
10 // ignore-scripts/package.json has scripts that always exit with non-zero error
20 prepublish: 'exit 123',
21 publish: 'exit 123',
22 postpublish: 'exit 123',
23 preinstall: 'exit 123',
24 install: 'exit 123',
25 postinstall: 'exit 123',
26 preuninstall: 'exit 123',
27 uninstall: 'exit 123',
28 postuninstall: 'exit 123',
29 pretest: 'exit 123',
30 test: 'exit 123',
31 posttest: 'exit 123',
32 prestop: 'exit 123',
33 stop: 'exit 123',
34 poststop: 'exit 123',
35 prestart: 'exit 123',
36 start: 'exit 123',
37 poststart: 'exit 123',
38 prerestart: 'exit 123',
39 restart: 'exit 123',
40 postrestart: 'exit 123',
41 preversion: 'exit 123',
42 version: 'exit 123',
43 postversion: 'exit 123',
44 preshrinkwrap: 'exit 123',
45 shrinkwrap: 'exit 123',
46 postshrinkwrap: 'exit 123'