mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
meh yarn or yarnpkg?
This commit is contained in:
parent
f0f89d7dc4
commit
f378bd610c
1 changed files with 1 additions and 1 deletions
2
ynh-dev
2
ynh-dev
|
@ -135,7 +135,7 @@ function prepare_cache_and_deps() {
|
|||
if [[ $(dpkg-query -W -f='${Status}' yarn 2>/dev/null | grep -c "ok installed") -eq 0 ]];
|
||||
then
|
||||
info "Installing yarn…"
|
||||
apt install yarnpkg
|
||||
apt install yarn
|
||||
fi
|
||||
|
||||
pushd "$CACHE_PATH"
|
||||
|
|
Loading…
Add table
Reference in a new issue