summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-04-02 11:07:54 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-04-02 11:20:26 +0200
commite3f87422b66d51def3c1d231e8de7de82fd7965f (patch)
tree76b6fef869d9125cae6206daed492c07bd91ac02 /Makefile
parent4373f156c53f817a5a38f86db341f869369e7481 (diff)
Update babel.config.js
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e231c96e..1bb15ca4 100644
--- a/Makefile
+++ b/Makefile
@@ -75,9 +75,7 @@ stylelint-fix:
# Cleaning
clean:
- rm -f js/contacts.js
- rm -f js/contacts.js.map
- rm -Rf js/chunks
+ rm -rf js
clean-dev:
rm -rf node_modules