Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69facee

Browse files
committed
Add procfile and new script
1 parent bcffaf6 commit 69facee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: yarn run prod:start

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"start": "nodemon ./dist/main.js",
1010
"build": "gulp watch",
1111
"test": "jest",
12-
"test:watch": "jest --watch"
12+
"test:watch": "jest --watch",
13+
"prod:start": "node ./dist/main.js"
1314
},
1415
"dependencies": {
1516
"discord.js": "^11.3.0"

0 commit comments

Comments
 (0)