X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/33efd480aa7fc664b6b42097172e44ae3ccc3b79..06fc8f6a97afa24144cb435f5af228fec6162a6b:/package.json diff --git a/package.json b/package.json index 098b7849..68d23bfa 100644 --- a/package.json +++ b/package.json @@ -53,9 +53,9 @@ }, "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": "react-scripts-ts test --env=jsdom", + "test": "CI=true react-scripts-ts test --env=jsdom", "test-local": "react-scripts-ts test --env=jsdom", "eject": "react-scripts-ts eject", "lint": "tslint src/** -t verbose",