Skip to content

Commit d760b9c

Browse files
committed
added heroku support
1 parent 6888599 commit d760b9c

File tree

5 files changed

+146
-109
lines changed

5 files changed

+146
-109
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sudo: required
44
node_js:
55
- '8'
66
before_install:
7-
- npm install -g @angular/cli
7+
- npm install -g @angular/cli @angular/compiler-cli typescript
88
install: npm install
99
branches:
1010
only:

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: node server.js

0 commit comments

Comments
 (0)