Skip to content

Commit

Permalink
Merge pull request #305 from unarxiv/xzyaoi/feat/discovery
Browse files Browse the repository at this point in the history
move procfile
  • Loading branch information
Xiaozhe Yao authored Mar 24, 2019
2 parents e8d9ec4 + 6e28cb6 commit 1defb15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ publish-test:
publish-prod:
twine upload dist/*

build-discovery:
cd discovery && yarn run build

.PHONY: docs
2 changes: 2 additions & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
release: make build-discovery
web: node discovery/dist/src/server.js
2 changes: 0 additions & 2 deletions discovery/Procfile

This file was deleted.

0 comments on commit 1defb15

Please sign in to comment.