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:
parent
97d7d00add
commit
ab7f518a75
@ -1 +1,2 @@
|
||||
.yarn
|
||||
.yarn/
|
||||
.yarnrc.yml
|
||||
|
@ -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
|
||||
|
@ -10,6 +10,7 @@ export default [
|
||||
{
|
||||
ignores: [
|
||||
'.yarn/**',
|
||||
'.yarnrc.yml',
|
||||
'node_modules/**',
|
||||
'dist/**',
|
||||
'test/regression-fixtures/**',
|
||||
|
Loading…
x
Reference in New Issue
Block a user