Files
pnpm/test/index.ts
zkochan 647b305291 fix(cli): return a non-zero status code on errors
When a command is passed through to npm, return the status code
that was returned by it.

Close #402
2016-10-06 21:37:04 +03:00

7 lines
103 B
TypeScript

import './api'
import './cli'
import './install'
import './uninstall'
import './link'
import './prune'