fix(make-dedicated-lockfile): add sheban to the bin file

close #2990
This commit is contained in:
Zoltan Kochan
2020-11-22 14:39:19 +02:00
parent 86e0c26e4e
commit 4bd1cb46fc
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@pnpm/make-dedicated-lockfile": patch
---
Shebang added to the bin file.

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env node
import PnpmError from '@pnpm/error'
import findWorkspaceDir from '@pnpm/find-workspace-dir'
import makeDedicatedLockfile from '.'