mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-29 20:41:47 -04:00
When a command is passed through to npm, return the status code that was returned by it. Close #402
7 lines
103 B
TypeScript
7 lines
103 B
TypeScript
import './api'
|
|
import './cli'
|
|
import './install'
|
|
import './uninstall'
|
|
import './link'
|
|
import './prune'
|