Skip to content
This repository was archived by the owner on Oct 9, 2021. It is now read-only.

Commit b5f4bf5

Browse files
committed
Add procfile with correct script
1 parent da3b57c commit b5f4bf5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: sh scripts/server.sh && npm i && npm run build && npm start

scripts/server.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@ rm -r server
55
rm -r client
66
rm -r dist
77
rm LICENSE
8-
rm README.md
9-
npm i
10-
npm run build
11-
npm start
8+
rm README.md

0 commit comments

Comments
 (0)