1
0
mirror of https://github.com/svg/svgo.git synced 2025-04-19 10:22:15 +03:00

chore: add npm registry server to yarnrc (#2072)

This commit is contained in:
Seth Falco 2024-09-07 21:10:17 +01:00 committed by GitHub
parent 97d7d00add
commit ab7f518a75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 2 deletions

View File

@ -1 +1,2 @@
.yarn
.yarn/
.yarnrc.yml

View File

@ -1,7 +1,9 @@
nodeLinker: node-modules
npmRegistryServer: "https://registry.npmjs.org/"
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'
spec: "@yarnpkg/plugin-interactive-tools"
yarnPath: .yarn/releases/yarn-3.8.2.cjs

View File

@ -10,6 +10,7 @@ export default [
{
ignores: [
'.yarn/**',
'.yarnrc.yml',
'node_modules/**',
'dist/**',
'test/regression-fixtures/**',