diff --git a/Procfile b/Procfile index 1b9edfba..7ddabf6b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: npm run heroku-start +web: npm run build-and-start diff --git a/package.json b/package.json index 59fe5c5f..64f6d7d0 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,7 @@ "build-and-start": "npm-run-all --parallel build-watch start", "validate-config": "node services/config-validator", "health-check": "node services/healthcheck", - "dependency-audit": "npx improved-yarn-audit --ignore-dev-deps", - "heroku-start": "NODE_OPTIONS=--openssl-legacy-provider; npm run build-and-start" + "dependency-audit": "npx improved-yarn-audit --ignore-dev-deps" }, "dependencies": { "@formschema/native": "^2.0.0-beta.6",