Skip to content

Commit

Permalink
修复打包问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wuranxu committed Aug 25, 2022
1 parent 46c1c0a commit 96452ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
node-version: 16
- name: npm install and build
run: |
npm install -g cnpm
cnpm install
npm install -f
npm run build
env:
CI: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"react-split-pane": "^0.1.92",
"react-syntax-highlighter": "^15.4.3",
"react-tooltip": "^4.2.21",
"umi": "3.5.22",
"umi": "^3.5.22",
"umi-request": "1.0.8"
},
"devDependencies": {
Expand Down

0 comments on commit 96452ab

Please sign in to comment.