Skip to content

Commit

Permalink
fix: try to fix by use pnpm start
Browse files Browse the repository at this point in the history
  • Loading branch information
bbb169 committed Oct 16, 2023
1 parent e12cee6 commit a8a1d32
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 902 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
nvm use 16.14.2
npm install -g pnpm
pnpm install
pnpm run prod
pnpm start
"
- name: 删除 id_rsa
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"body-parser": "^1.20.2",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"debug": "~2.6.9",
Expand All @@ -28,9 +27,7 @@
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"openai": "^4.12.1",
"pm2": "^5.3.0",
"socket.io": "^4.7.2",
"ts-node": "^10.9.1"
"socket.io": "^4.7.2"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
Expand Down
Loading

0 comments on commit a8a1d32

Please sign in to comment.