X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/53347c91f7168053224aed479c8f21e75e78893d..50c7935cf1152cb9061f4c4bcbcb7086261a1204:/package.json diff --git a/package.json b/package.json index 0e5805a377..68d23bfaaa 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ }, "scripts": { "start": "react-scripts-ts start", - "build": "REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts-ts build", + "build": "REACT_APP_VERSION=$VERSION REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts-ts build", "build-local": "react-scripts-ts build", "test": "CI=true react-scripts-ts test --env=jsdom", "test-local": "react-scripts-ts test --env=jsdom",