Skip to content

Commit

Permalink
chore: Update package manager and ignore requirements-dev.txt (#632)
Browse files Browse the repository at this point in the history
Fix issue vercel error: spawn pip3 ENOENT by:
- Update packageManager field from "[email protected]" to "[email protected]"
- Add `requirements-dev.txt` to `.vercelignore`

close: #627

Signed-off-by: yihong0618 <[email protected]>
  • Loading branch information
yihong0618 authored Mar 26, 2024
1 parent 117b9a6 commit aff3de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vercelignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
requirements.txt
requirements-dev.txt
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@
"prettier": "2.8.8",
"typescript": "^5.1.6"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]"
}

0 comments on commit aff3de2

Please sign in to comment.