Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c822340

Browse files
committedFeb 21, 2019
install deps & build and run
1 parent acb7645 commit c822340

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@ typings/
5757
# dotenv environment variables file
5858
.env
5959

60+
dist

‎Procfile

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

0 commit comments

Comments
 (0)
Please sign in to comment.