Add npm script to build brouter and call standalone task
This commit is contained in:
parent
057fd85a32
commit
7d0a4db059
1 changed files with 2 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue