update build script
... | ... | @@ -3,7 +3,7 @@ |
"version": "2.5.6", | ||
"description": "HBP interactive atlas viewer. Integrating KG query, dataset previews & more. Based on humanbrainproject/nehuba & google/neuroglancer. Built with angular", | ||
"scripts": { | ||
"build-aot": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'` ng build && node ./third_party/matomo/processMatomo.js", | ||
"build-aot": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'` ng build --prod && node ./third_party/matomo/processMatomo.js", | ||
"dev-server-aot": "ng serve", | ||
"e2e": "echo NYI && exit 1", | ||
"wd": "webdriver-manager", | ||
... | ... | @@ -11,7 +11,7 @@ |
"eslint": "eslint", | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build", | ||
"build": "ng build --prod", | ||
"watch": "ng build --watch --configuration development", | ||
"test": "ng test", | ||
"test-ci": "ng test --progress false --watch false --browsers=ChromeHeadless" | ||
... | ... |
Please register or sign in to comment