Skip to content

Commit

Permalink
fix: pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
WindRunnerMax committed Jun 11, 2024
1 parent 8db918f commit 2b09b9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: install dependencies
run: |
node -v
npm install -g pnpm@6.24.3
npm install -g pnpm@8.11.0
pnpm install --registry=https://registry.npmjs.org/
- name: build project
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "1.0.6",
"scripts": {
"dev": "pnpm --filter doc-editor-react run dev",
"build": "pnpm --filter doc-editor-react run build"
"build": "pnpm --filter doc-editor-react run build",
"preview": "python3 -m http.server 9000 --directory packages/react/build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2b09b9e

Please sign in to comment.