Skip to content

Commit

Permalink
Small change to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope authored Aug 9, 2021
1 parent f4b13da commit 0f92974
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/yarn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const searchGenerator: Fig.Generator = {
const getScriptsGenerator: Fig.Generator = {
script:
"until [[ -f package.json ]] || [[ $PWD = '/' ]]; do cd ..; done; cat package.json",
// splitOn: "\n",
postProcess: function (out) {
if (out.trim() == "") {
return [];
Expand Down

0 comments on commit 0f92974

Please sign in to comment.