Handle yarnPath with exec permissions
This commit is contained in:
@@ -16,7 +16,7 @@ let
|
|||||||
# Defines the shell alias to run Yarn.
|
# Defines the shell alias to run Yarn.
|
||||||
yarn-alias = ''
|
yarn-alias = ''
|
||||||
yarn() {
|
yarn() {
|
||||||
CI=1 "$NIX_YARN_PATH" "$@"
|
CI=1 node "$NIX_YARN_PATH" "$@"
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user