Skip to content

Commit

Permalink
added yarn into engines, udpated procfile once more
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Damer committed Jan 7, 2022
1 parent 409ae17 commit 67c9054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
worker: node ./dist/index.js
worker: node ../dist/index.js
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"repository": "https://github.com/T-Damer/discord-bot-template",
"license": "MIT",
"engines": {
"node": "^16.13.1"
"node": "^16.13.1",
"yarn": "^3.1.0"
},
"devDependencies": {
"@types/express": "4.17.13",
Expand Down

0 comments on commit 67c9054

Please sign in to comment.