From ca4e7807479fa9f9bc0d8e7ae6f792921ad2c32c Mon Sep 17 00:00:00 2001 From: John Pignata Date: Fri, 11 Mar 2016 20:40:57 -0500 Subject: [PATCH] Fix Makefile With a properly set WORKDIR, we need to ensure that we chdir into the right directory before running the tests. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 739d039..3dee05f 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,4 @@ image: docker build --rm -t $(IMAGE_NAME) . test: image - docker run --rm $(IMAGE_NAME) npm test + docker run --rm $(IMAGE_NAME) sh -c "cd /usr/src/app && npm test" pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy