We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3676b0 commit 5afd0d8Copy full SHA for 5afd0d8
2 files changed
packages/polymath-issuer/Procfile
@@ -1 +1 @@
1
-web: cd packages/polymath-issuer && yarn start
+web: cd packages/polymath-issuer && yarn start:prod
packages/polymath-issuer/package.json
@@ -7,11 +7,11 @@
7
"node": ">=8.9"
8
},
9
"scripts": {
10
- "start": "serve -s build",
+ "start": "node scripts/start.js",
11
+ "start:prod": "serve -s build",
12
"build": "node scripts/build.js",
13
"test": "node ./scripts/test.js --env=jsdom",
- "typecheck": "flow --show-all-branches",
14
- "heroku-postbuild": "npm run build"
+ "typecheck": "flow --show-all-branches"
15
16
"dependencies": {
17
"@babel/runtime": "7.0.0",
0 commit comments