From f229bf7eec67453ca0cf3d96e460498191c8e7a2 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 3 Mar 2020 21:36:50 +0100 Subject: [PATCH] Make cljs scripts executable Without this 'npm start'/'npm test' doesn't work for me on linux --- mastodon_bot/core_test.cljs | 0 mastodon_bot/main.cljs | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 mastodon_bot/core_test.cljs mode change 100644 => 100755 mastodon_bot/main.cljs diff --git a/mastodon_bot/core_test.cljs b/mastodon_bot/core_test.cljs old mode 100644 new mode 100755 diff --git a/mastodon_bot/main.cljs b/mastodon_bot/main.cljs old mode 100644 new mode 100755