From cf82deb06a779c2c387fa37e3f694fe9751e9bfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Esperancinha?= Date: Sun, 7 Jul 2024 09:43:47 +0200 Subject: [PATCH] updates --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 14eb032..ccc9590 100644 --- a/Makefile +++ b/Makefile @@ -154,3 +154,5 @@ deps-java-update: deps-node-update: curl -sL https://raw.githubusercontent.com/jesperancinha/project-signer/master/nodeUpdatesOne.sh | bash deps-quick-update: deps-cypress-update deps-plugins-update deps-java-update deps-node-update +accept-prs: + curl -sL https://raw.githubusercontent.com/jesperancinha/project-signer/master/acceptPR.sh | bash