From d01420eaa6cb99888bc7d57510adea3763dcafa3 Mon Sep 17 00:00:00 2001
From: Simon Egersand <s.egersand@gmail.com>
Date: Wed, 07 Feb 2018 06:17:25 +0100
Subject: [PATCH] Add snapshot make target

---
 Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 0e8a961..a03ea94 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,9 @@
 install:
 	npm install
 
+snapshot:
+	npm run test:snapshot:update
+
 test:
 	npm run test
 

--
Gitblit v1.9.3