X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/7e323d0c3e6734e6ca698c6bffcb9c24ef5acd13..519b431a41a9ab4815a1e4180ee78395b74a85de:/package.json diff --git a/package.json b/package.json index 90fca4f2..1c066db8 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,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-local": "react-scripts-ts build", "test": "CI=true react-scripts-ts test --env=jsdom", - "test:watch": "react-scripts-ts test --env=jsdom", + "test-local": "react-scripts-ts test --env=jsdom", "eject": "react-scripts-ts eject", "lint": "tslint src/** -t verbose", "build-css": "node-sass-chokidar src/ -o src/",