diff --git a/package.json b/package.json index 4ff6809..3ad9df3 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "license": "MIT", "author": "The CoreUI Team (https://github.com/orgs/coreui/people)", "scripts": { - "dev": "react-scripts start", - "build": "react-scripts build", + "dev": "react-scripts --openssl-legacy-provider start", + "build": "react-scripts --openssl-legacy-provider build", "changelog": "auto-changelog --starting-version 4.1.0 --commit-limit false --hide-credit", "eject": "react-scripts eject", "lint": "eslint \"src/**/*.js\"", @@ -22,7 +22,8 @@ "start:n17": "react-scripts --openssl-legacy-provider start", "test": "react-scripts test", "test:cov": "npm test -- --coverage --watchAll=false", - "test:debug": "react-scripts --inspect-brk test --runInBand" + "test:debug": "react-scripts --inspect-brk test --runInBand", + "heroku-postbuild": "npm run build" }, "config": { "coreui_library_short_version": "4.1"