Skip to content
Permalink
Browse files
Created Post Commit Script
The pre-commit script takes too long to run due to the markdownlint command.

Created a second script to run after the commit.
  • Loading branch information
aa7401 committed Oct 15, 2019
1 parent 2cd17e2 commit 534c3c34ccfcc64ca3eaed0b3df80d3e8ded4dda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
@@ -0,0 +1,3 @@
#!/bin/sh

./node_modules/.bin/markdownlint --ignore node_modules .
@@ -1,4 +1,3 @@
#!/bin/sh

./node_modules/.bin/eslint .
./node_modules/.bin/markdownlint --ignore node_modules .

0 comments on commit 534c3c3

Please sign in to comment.