Add npm script to build brouter and call standalone task

This commit is contained in:
Norbert Renner 2019-12-20 19:27:22 +01:00
parent 057fd85a32
commit 7d0a4db059

View file

@ -11,7 +11,8 @@
"test": "gulp",
"lint": "eslint .",
"prettier": "prettier --write '**/*'",
"serve": "gulp serve watch"
"serve": "gulp serve watch",
"standalone": "mvn clean install -f ../brouter -pl '!brouter-routing-app' -Dmaven.javadoc.skip=true && ../brouter/misc/scripts/generate_profile_variants.sh && gulp release:zip_standalone"
},
"husky": {
"hooks": {