Skip to content

Commit 1541d70

Browse files
author
hirsch88
committed
adjust deploy process
1 parent a9cf3f2 commit 1541d70

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: ./node_modules/.bin/tsc --module commonjs --outDir build/ --noImplicitAny --sourceMap --target ES5 src/index.ts && node build/index.js
1+
web: ./node_modules/.bin/gulp build && npm start

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
"request": "^2.81.0",
8989
"serve-favicon": "^2.4.2",
9090
"ts-node": "^2.0.0",
91-
"tsc": "^1.20150623.0",
9291
"typescript": "^2.3.2",
9392
"winston": "^2.3.1"
9493
},

0 commit comments

Comments
 (0)