Skip to content

Commit 5afd0d8

Browse files
author
Fahd
committed
chore(issuer): add heroku
1 parent b3676b0 commit 5afd0d8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/polymath-issuer/Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: cd packages/polymath-issuer && yarn start
1+
web: cd packages/polymath-issuer && yarn start:prod

packages/polymath-issuer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"node": ">=8.9"
88
},
99
"scripts": {
10-
"start": "serve -s build",
10+
"start": "node scripts/start.js",
11+
"start:prod": "serve -s build",
1112
"build": "node scripts/build.js",
1213
"test": "node ./scripts/test.js --env=jsdom",
13-
"typecheck": "flow --show-all-branches",
14-
"heroku-postbuild": "npm run build"
14+
"typecheck": "flow --show-all-branches"
1515
},
1616
"dependencies": {
1717
"@babel/runtime": "7.0.0",

0 commit comments

Comments
 (0)