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