Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
fix: disable npm for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
nmashchenko committed Dec 31, 2023
1 parent f1c5928 commit e384b9c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"private": true,
"engines": {
"node": ">=16.0.0",
"yarn": ">=1.22.0",
"npm": "please-use-yarn",
"pnpm": "please-use-yarn"
"yarn": ">=1.22.0"
},
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit e384b9c

Please sign in to comment.