Skip to content

Commit

Permalink
modified existing yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxBot committed Feb 20, 2025
1 parent f761d88 commit 79c219b
Show file tree
Hide file tree
Showing 5 changed files with 796 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .jfrog/projects/yarn.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: 1
type: yarn
resolver:
repo: npm-virtual
serverId: default
786 changes: 786 additions & 0 deletions .yarn/releases/yarn-3.2.1.cjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarnPath: .yarn/releases/yarn-3.2.1.cjs
2 changes: 1 addition & 1 deletion npm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ func TestYarnChangeVersionInV4(t *testing.T) {
}
log.Error("6 ", string(output))

//modifyExistingYarnRc(t, "3.2.1")
modifyExistingYarnRc(t, "3.2.1")
_ = jfrogCli.Exec("yarn", "--version")
}

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"packageManager": "[email protected]"
}

0 comments on commit 79c219b

Please sign in to comment.