Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix docs yarn version
Browse files Browse the repository at this point in the history
(avoid lockfile changes as they are breaking)
  • Loading branch information
pi0 committed Oct 17, 2022
1 parent 7aa2fa0 commit ca8a8c8
Show file tree
Hide file tree
Showing 6 changed files with 11,247 additions and 7,484 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -4,7 +4,7 @@ jspm_packages

package-lock.json
*/**/yarn.lock
.yarn
/.yarn

# Logs
*.log
Expand Down
3 changes: 3 additions & 0 deletions docs/.gitignore
Expand Up @@ -2,4 +2,7 @@ schema
**/*.configuration/nuxt.config.md
**/*.configuration/nuxt-config.md
static/sw.js

.yarn/*
!.yarn/releases
!yarn.lock
801 changes: 801 additions & 0 deletions docs/.yarn/releases/yarn-3.2.4.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/.yarnrc.yml
@@ -0,0 +1,3 @@
nmMode: hardlinks-local
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.2.4.cjs
10 changes: 7 additions & 3 deletions docs/package.json
Expand Up @@ -7,10 +7,14 @@
"build:ci": "cd .. && corepack enable && pnpm install && pnpm stub && cd docs && yarn build",
"gendocs": "jiti ./scripts/gen-docs.ts"
},
"dependencies": {
"devDependencies": {
"@nuxt-themes/docus": "npm:@nuxt-themes/docus-edge@0.1.0-2a7c428",
"@nuxt-themes/website": "0.1.6",
"jiti": "^1.16.0",
"nuxt": "^3.0.0-rc.11"
}
"nuxt": "^3.0.0-rc.11",
"pathe": "^0.3.9",
"scule": "^0.3.2",
"untyped": "^0.5.0"
},
"packageManager": "yarn@3.2.4"
}

0 comments on commit ca8a8c8

Please sign in to comment.