aboutsummaryrefslogtreecommitdiffstats
path: root/yarnw
blob: 16e0ea9d5b821825fc543ed00a183e95ac29513e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# SPDX-FileCopyrightText: 2024 The Refinery Authors <https://refinery.tools/>
#
# SPDX-License-Identifier: EPL-2.0

set -eu
script_dir=$(cd -- "$(dirname -- "$0")" > /dev/null && pwd)
node_bin="${script_dir}/.node/bin"
export PATH="${node_bin}:${PATH}"
exec "${node_bin}/yarn" "$@"