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

Skip to content

Commit 693a4e7

Browse files
committed
directly start app
1 parent c00d2a7 commit 693a4e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
worker: npm run prod:build && prod:start
1+
worker: prod:start

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"author": "buoyantair <[email protected]>",
77
"license": "MIT",
88
"scripts": {
9-
"start": "npx nodemon ./dist/main.js",
10-
"build": "npx gulp watch",
9+
"dev:start": "npx nodemon ./dist/main.js",
10+
"dev:build": "npx gulp watch",
1111
"test": "npx jest",
1212
"test:watch": "npx jest --watch",
13-
"prod:build":"npx gulp",
13+
"prod:build": "npx gulp ts",
1414
"prod:start": "node ./dist/main.js"
1515
},
1616
"dependencies": {

0 commit comments

Comments
 (0)