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

Skip to content

Commit c822340

Browse files
committed
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)