X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/75db1e88374315f84fdfb30faee84253e1383a28..ff74ff70ced6e15e0c70735bbd54ca7acadb6185:/package.json diff --git a/package.json b/package.json index b9484c5c0f..0e6435ebf5 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "scripts": { "start": "react-scripts-ts start", - "build": "react-scripts-ts build", + "build": "REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts-ts build", "test": "react-scripts-ts test --env=jsdom", "eject": "react-scripts-ts eject", "lint": "tslint src/** -t verbose"