Fix some of the deb/rpm package metadata.
[arvados-workbench2.git] / package.json
index 098b7849a411174a8f0c0bcdd470df8673666447..68d23bfaaab79b07b71fc077a0df18bb381a1b8c 100644 (file)
@@ -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",