support passing in arguments to release task.

This commit is contained in:
Christopher S. Case
2020-11-19 09:02:45 -06:00
parent b791ae3cee
commit efb8b4d652
+1 -1
View File
@@ -25,7 +25,7 @@
"serve": "static dist -p 3857 -a 0.0.0.0 -H '{\"Cache-Control\": \"no-cache, must-revalidate\"}'",
"demo": "grunt html2js after-test && static dist -p 3857 -a 0.0.0.0 -H '{\"Cache-Control\": \"no-cache, must-revalidate\"}'",
"test": "grunt",
"release": "grunt release"
"release": "grunt release --"
},
"repository": {
"type": "git",