Skip to content

Commit

Permalink
chore: Update package manager and ignore requirements-dev.txt (yihong…
Browse files Browse the repository at this point in the history
…0618#632)

Fix issue vercel error: spawn pip3 ENOENT by:
- Update packageManager field from "[email protected]" to "[email protected]"
- Add `requirements-dev.txt` to `.vercelignore`

close: yihong0618#627

Signed-off-by: yihong0618 <[email protected]>
  • Loading branch information
yihong0618 authored and Kugin committed Sep 13, 2024
1 parent ebfdf6d commit a775bdb
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 a775bdb

Please sign in to comment.