{ "name": "app", "version": "0.0.1", "scripts": { "build:production": "cd ./frontend && yarn install && yarn run build", "start:production": "cd ./frontend && npm run start" } }