From d01420eaa6cb99888bc7d57510adea3763dcafa3 Mon Sep 17 00:00:00 2001 From: Simon Egersand Date: Wed, 7 Feb 2018 06:11:42 +0100 Subject: [PATCH] Add snapshot make target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 0e8a96161..a03ea9439 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,9 @@ clean: install: npm install +snapshot: + npm run test:snapshot:update + test: npm run test