Skip to content

Commit

Permalink
looks like maybe yarn1 will work
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Apr 2, 2023
1 parent e2d50b8 commit 99c1fee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/git3.sh/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:

build:
dependencies:
yarnpkg.com: '*'
classic.yarnpkg.com: '*'
script: |
mkdir -p {{prefix}}/bin
sed -i.bak 's|/usr/local/bin|{{prefix}}/bin|g' package.json
Expand All @@ -27,6 +27,6 @@ provides:
- bin/git-remote-git3
- bin/git3

test:
script: |
git3 --help
test: |
git3 --help
git3 wallet list

0 comments on commit 99c1fee

Please sign in to comment.