We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee15b19 commit 39609cbCopy full SHA for 39609cb
2 files changed
script/build
@@ -11,7 +11,7 @@ fi
11
12
cd `dirname $0`/..
13
rm -rf target
14
-rm resources/brepl_client.js
+rm -f resources/brepl_client.js
15
16
POM_TEMPLATE="pom.template.xml"
17
POM_FILE="pom.xml"
script/uberjar
@@ -9,7 +9,7 @@ if [[ -z "$CLJS_SCRIPT_QUIET" ]]; then
9
set -x
10
fi
# The command `git describe --match v0.0` will return a string like
#
0 commit comments