Skip to content
Snippets Groups Projects
Commit 387d070d authored by Xiao Gui's avatar Xiao Gui
Browse files

update build script

parent b3b7a8d6
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment