From 1f7f8e56f9043dcfbae6be3aea0bfa22ec7912a7 Mon Sep 17 00:00:00 2001 From: Rishichandra Wawhal Date: Wed, 11 Jul 2018 10:30:27 +0530 Subject: [PATCH] update test command in console makefile (#69) --- console/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/Makefile b/console/Makefile index 6c3dc561..035ba7da 100644 --- a/console/Makefile +++ b/console/Makefile @@ -15,7 +15,7 @@ build: npm run build test: - npm run test + npm run dev & npm run test # to be run inside circle-ci ci-copy-assets: