Add cmd wrapper script
This commit is contained in:
7
cmd.d/pnpm
Executable file
7
cmd.d/pnpm
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eu
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
"$DIR"/../framework/shims/pnpm "$@"
|
||||
Reference in New Issue
Block a user