diff --git a/package.json b/package.json index 08e847c..84d01c4 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "client": "npm start --prefix client", "client-install": "npm install --prefix client", "dev": "concurrently \"npm run server\" \"npm run client\"", - "build": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client", + "heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client", "test": "jest", "test:watch": "npm run test -- --watch" }, @@ -37,4 +37,4 @@ "@babel/env" ] } -} +} \ No newline at end of file