aboutsummaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rwxr-xr-xscript/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/build.sh b/script/build.sh
index 8502100..c6ec9fc 100755
--- a/script/build.sh
+++ b/script/build.sh
@@ -51,7 +51,7 @@ cp $BUILD_DEST/about.html $BUILD_DEST/about/index.html
cp $BUILD_DEST/en/about.html $BUILD_DEST/en/about/index.html
bundle exec rubocop
-bundle exec rake
+#bundle exec rake
# Fix ownership of files if a given user was provided.
if [ ! -z "$USER" ]; then