From d46e33f54465d5c9ecac033aacfee2204961a5a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Quixada=CC=81?= Date: Sun, 21 Mar 2021 19:58:54 -0400 Subject: [PATCH] revert: removed commitlint e snyk on default make command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac219ca..5027b82 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: test lint typecheck commitlint secure +all: test lint typecheck node_modules: package.json npm install && /usr/bin/touch node_modules