X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/75db1e88374315f84fdfb30faee84253e1383a28..3d996002ab1f259b31d07858d9c5d0a780600a00:/package.json diff --git a/package.json b/package.json index b9484c5c..0e6435eb 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"