Skip to content

Commit

Permalink
feat(yarn): Set yarn stable version and add yarn-plugin-nixify plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNikov committed Mar 12, 2024
1 parent 00ff88a commit dca2c4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
plugins:
- path: .yarn/plugins/yarn-plugin-nixify.cjs
spec: "https://raw.githubusercontent.com/stephank/yarn-plugin-nixify/main/dist/yarn-plugin-nixify.js"

yarnPath: .yarn/releases/yarn-3.6.4.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@
"dotenv/config"
],
"testEnvironment": "node"
}
},
"packageManager": "yarn@3.6.4"
}

0 comments on commit dca2c4f

Please sign in to comment.