mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
fix(yarn).more()
This commit is contained in:
parent
4762f5a98d
commit
fa5a370eed
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ build:
|
||||||
dependencies:
|
dependencies:
|
||||||
npmjs.com: '*'
|
npmjs.com: '*'
|
||||||
script: |
|
script: |
|
||||||
npm install . --global --prefix={{prefix}}
|
npm install . --global --prefix={{prefix}} --no-bin-links
|
||||||
|
|
||||||
mkdir {{prefix}}/bin
|
mkdir {{prefix}}/bin
|
||||||
cd {{prefix}}/bin
|
cd {{prefix}}/bin
|
||||||
|
|
Loading…
Reference in a new issue