mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(pnpm)
no default prefix creation anymore
This commit is contained in:
parent
80afd88b0a
commit
a8f86cdbe4
|
@ -15,6 +15,7 @@ dependencies:
|
|||
|
||||
build:
|
||||
script: |
|
||||
mkdir -p "{{prefix}}"
|
||||
cp bin/pnpm.cjs bin/pnpm
|
||||
cp bin/pnpx.cjs bin/pnpx
|
||||
cp -r . {{prefix}}
|
||||
|
|
Loading…
Reference in a new issue