diff --git a/apps/OpenSign/package.json b/apps/OpenSign/package.json index 365d4ba13..c472ad8d6 100644 --- a/apps/OpenSign/package.json +++ b/apps/OpenSign/package.json @@ -34,13 +34,11 @@ "redux": "^4.2.1", "redux-thunk": "^2.4.2", "rjsf-conditionals": "github:prafullnavkar-nxg/rjsf-conditionals", - "serve": "^14.2.1", "styled-components": "^4.4.1", "web-vitals": "^2.1.4" }, "scripts": { - "start-dev": "mf-cra start", - "start": "serve -s build", + "start": "mf-cra start", "build": "CI=false && mf-cra build", "test": "react-scripts test", "eject": "react-scripts eject",