#!/bin/sh <% if node[:lsb][:release].to_f < 22.04 -%> exec /usr/bin/yarnpkg --ignore-engines "$@" <% else -%> exec /usr/bin/yarnpkg "$@" <% end -%>