From f45bcde17fe0a8849e647ac843106fb51d2e8971 Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Sun, 22 Apr 2018 16:40:39 -0500 Subject: Use Parcel (#5) * Replace webpack with parcel * Use relative paths on the main index * Include the babel polyfill * Add missing semicolon * Add hooks to lint before commits * Delete webpack config --- scripts/git-hooks/pre-commit | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/git-hooks/pre-commit (limited to 'scripts') diff --git a/scripts/git-hooks/pre-commit b/scripts/git-hooks/pre-commit new file mode 100755 index 0000000..fc83971 --- /dev/null +++ b/scripts/git-hooks/pre-commit @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +npm run lint -- cgit