Skip to content

Commit 99c1fee

Browse files
committed
looks like maybe yarn1 will work
1 parent e2d50b8 commit 99c1fee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

projects/git3.sh/package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010

1111
build:
1212
dependencies:
13-
yarnpkg.com: '*'
13+
classic.yarnpkg.com: '*'
1414
script: |
1515
mkdir -p {{prefix}}/bin
1616
sed -i.bak 's|/usr/local/bin|{{prefix}}/bin|g' package.json
@@ -27,6 +27,6 @@ provides:
2727
- bin/git-remote-git3
2828
- bin/git3
2929

30-
test:
31-
script: |
32-
git3 --help
30+
test: |
31+
git3 --help
32+
git3 wallet list

0 commit comments

Comments
 (0)