Skip to content

Commit 10bc418

Browse files
fix: docs package manager
1 parent 529b4d3 commit 10bc418

File tree

7 files changed

+11949
-12358
lines changed

7 files changed

+11949
-12358
lines changed

.github/workflows/docs-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
node-version: 18
2121

2222
- name: Install dependencies
23-
run: cd docs && pnpm install --frozen-lockfile
23+
run: cd docs && yarn install --frozen-lockfile
2424
- name: Build website
25-
run: cd docs && pnpm build
25+
run: cd docs && yarn build
2626

2727
- name: Upload Build Artifact
2828
uses: actions/upload-pages-artifact@v3

.github/workflows/docs-test-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Install dependencies
2424
working-directory: ./docs
25-
run: pnpm install --frozen-lockfile
25+
run: yarn install --frozen-lockfile
2626
- name: Test build website
2727
working-directory: ./docs
28-
run: pnpm build
28+
run: yarn build

docs/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const config: Config = {
1313
url: "https://peersyst.github.io",
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
16-
baseUrl: "/1-click-connect",
16+
baseUrl: "/one-click-connect",
1717

1818
// GitHub pages deployment config.
1919
// If you aren't using GitHub pages, you don't need these.

docs/yarn.lock

Lines changed: 8973 additions & 0 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@
2020
"rimraf": "^6.0.1",
2121
"turbo": "^2.1.0",
2222
"tsup": "^8.2.4"
23-
},
24-
"packageManager": "pnpm@9.7.0"
23+
}
2524
}

pnpm-lock.yaml

Lines changed: 2970 additions & 12350 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
packages:
2-
- "docs"
32
- "examples/dapp/near/vanilla"
43
- "examples/wallet/web"
54
- "packages/dapp/core"

0 commit comments

Comments
 (0)