⬆️ Setup yarn version to stable

Make it the same as penpot platform
This commit is contained in:
Andrey Antukh 2024-04-11 12:38:24 +02:00
parent 3e3e15c074
commit 9aa7759ebb
6 changed files with 4085 additions and 2509 deletions

10
.gitignore vendored
View File

@ -1,6 +1,16 @@
# Distribution files # Distribution files
_dist/* _dist/*
# yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Logs # Logs
logs logs
*.log *.log

2
.nvmrc
View File

@ -1 +1 @@
v18.13.0 v20.11.1

11
.yarnrc.yml Normal file
View File

@ -0,0 +1,11 @@
enableGlobalCache: true
enableImmutableCache: false
enableImmutableInstalls: false
enableTelemetry: false
httpTimeout: 600000
nodeLinker: node-modules

View File

@ -8,9 +8,9 @@ To view this site locally, first set up the environment:
``` ```
nvm install (if necessary) nvm install (if necessary)
nvm use nvm use
npm install -g yarn (if necessary) corepack enable (if necessary)
yarn yarn install
``` ```
And launch a development server: And launch a development server:

View File

@ -38,5 +38,5 @@
"markdown-it-anchor": "^8.6.6", "markdown-it-anchor": "^8.6.6",
"markdown-it-plantuml": "^1.4.1" "markdown-it-plantuml": "^1.4.1"
}, },
"devDependencies": {} "packageManager": "yarn@4.1.1"
} }

6565
yarn.lock

File diff suppressed because it is too large Load Diff