diff --git a/package.json b/package.json index b1c14e3030..fe919257dd 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "postinstall": "git config --global url.\"https://\".insteadOf git:// && gulp build && cd website/client && npm install", "apidoc": "gulp apidoc", - "heroku-postbuild": "npm run postinstall && gulp build:prod && npm run build:client" + "heroku-postbuild": "npm run postinstall && gulp build:prod && npm run client:build" }, "devDependencies": { "axios": "^1.4.0",