Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya committed Feb 14, 2025
1 parent 29f232c commit af4635b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- uses: pnpm/action-setup@v4
with:
version: latest
run_install: true

- name: build packs
Expand Down
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"name": "oplayer",
"version": "0.0.0",
"private": true,
"engines": {
"node": ">=16",
"pnpm": ">=6"
},
"packageManager": "[email protected]",
"author": "shiyiya",
"keywords": [
"oplayer",
Expand Down Expand Up @@ -62,8 +59,7 @@
"vite": "^5.4.14",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-merge-exports": "^0.0.0",
"vitest": "^1.6.1",
"nextra": "2.13.4"
"vitest": "^1.6.1"
},
"pnpm": {
"patchedDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@oplayer/ui": "workspace:*",
"mdx-embed": "^1.1.2",
"next": "^14.2.24",
"nextra": "2.13.4",
"nextra-theme-docs": "2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af4635b

Please sign in to comment.